Skip to content

Commit

Permalink
ci: temporarily mark the dry-run step as optional (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored May 2, 2024
1 parent 05da282 commit b1280f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Evaluate the last Spark round in dry-run mode
# Don't run on forks, which don't have access to secrets
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
continue-on-error: true
run: node bin/dry-run.js
env:
GLIF_TOKEN: ${{ secrets.GLIF_TOKEN }}
Expand Down

0 comments on commit b1280f7

Please sign in to comment.