Skip to content

Commit

Permalink
add back run job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed May 28, 2024
1 parent 2ace281 commit e8c233e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled_production_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:

jobs:
scheduled-cypress-run-production:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest

strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scheduled_staging_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ env:

jobs:
scheduled-cypress-run-staging:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit e8c233e

Please sign in to comment.