Skip to content

Commit

Permalink
ci: do not run scheduled e2e tests on forks (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuffin authored Oct 5, 2023
1 parent 8eb6dd1 commit e8a27b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:

jobs:
api-e2e-tests:
if: github.repository == 'ansible/eda-server'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e8a27b7

Please sign in to comment.