Skip to content

Commit

Permalink
CLOUDP-252750: Allow nightlies to run Gov tests (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg authored Jun 14, 2024
1 parent af81fa7 commit ed58029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
e2e-gov:
name: E2E Gov tests
if: github.event_name == 'merge_group' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'merge_group' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit ed58029

Please sign in to comment.