Skip to content

Commit

Permalink
GH Action - Enable cron job for 3.7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 24, 2023
1 parent dc1cf86 commit c3b5239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cron_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
event-type: run-e2e-branches
client-payload: '{"branch": "master"}'

- name: Branch 3.7
uses: peter-evans/repository-dispatch@v2
with:
event-type: run-e2e-branches
client-payload: '{"branch": "release_3_7"}'

- name: Branch 3.6
uses: peter-evans/repository-dispatch@v2
with:
Expand Down

0 comments on commit c3b5239

Please sign in to comment.