Skip to content

Commit

Permalink
build: disable billboard deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-ko committed Dec 1, 2023
1 parent e0425b3 commit c32086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-billboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
messenger-demo-deploy:
environment: devconnect2023
runs-on: ubuntu-latest
# if: ${{ contains( github.ref, vars.STAGING_BRANCH) }}
if: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand Down

0 comments on commit c32086a

Please sign in to comment.