Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/babel-minify-0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder authored Oct 24, 2023
2 parents 4acd2da + a6a433e commit 1020dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install && yarn build
- run: yarn release
- run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
- name: Deploy to staging
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' # This conditional will skip the step for Dependabot PRs
run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
- name: Upload artifacts # Find artifacts under actions/jobs
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1020dc4

Please sign in to comment.