Skip to content

Commit

Permalink
Scheduled job needs to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 11, 2021
1 parent ea32bab commit ddc4da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- uses: actions/checkout@v2
if: github.event_name == 'push'
if: github.event_name != 'pull_request'
with:
fetch-depth: 0

Expand Down

0 comments on commit ddc4da5

Please sign in to comment.