Skip to content

Commit

Permalink
fixup! remove unnecessary "if:"
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed May 2, 2024
1 parent 00da858 commit 637e85e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Dry Run
on:
push:
# Run on all branches in our repo, so that we test dry-run for our PRs too
Expand Down Expand Up @@ -33,8 +33,6 @@ jobs:
node-version: 20
- run: npm ci
- 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
run: node bin/dry-run.js
env:
GLIF_TOKEN: ${{ secrets.GLIF_TOKEN }}

0 comments on commit 637e85e

Please sign in to comment.