Skip to content

Commit

Permalink
fix: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsauthof committed Dec 22, 2024
1 parent 180461e commit 0eda6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# minute hour dom month dow
- cron: '29 22 * * 3'
jobs:
e2e-test-schedule:
e2e-schedule:
strategy:
matrix:
target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
jobs:
e2e-test-schedule:
e2e-trigger:
strategy:
matrix:
target:
Expand Down

0 comments on commit 0eda6eb

Please sign in to comment.