Skip to content

Commit

Permalink
Merge pull request #522 from kravciak/schedule
Browse files Browse the repository at this point in the history
Disable schedule tests on forks
  • Loading branch information
jvanz committed Sep 13, 2023
2 parents 1781757 + b9a5869 commit 04236ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
push-image: false
run-e2e-tests:
if: github.repository_owner == 'kubewarden' || github.event_name != 'schedule'
name: "Tests"
needs: [build]
uses: kubewarden/kubewarden-end-to-end-tests/.github/workflows/e2e-tests.yml@main
Expand Down

0 comments on commit 04236ab

Please sign in to comment.