Skip to content

Commit

Permalink
chore: Fixed should-run CI step (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored May 28, 2024
1 parent c28a938 commit d0a481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: jsumners-nr/gha-node-deps-divergent@643628fe0da51ec025e984c4644f17fd9f9e93f6
id: deps
with:
base-sha: ${{ github.base_ref }}
base-sha: ${{ github.base_ref || 'main' }}
current-sha: ${{ github.sha }}

lint:
Expand Down

0 comments on commit d0a481d

Please sign in to comment.