Skip to content

Commit

Permalink
ci: use specific job names in all the update-flake-lock-* workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed May 28, 2024
1 parent c0ecde3 commit 786f610
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
example-lock:
update-ex-share-lock:
runs-on: ubuntu-latest
steps:
- name: Generate Github App Token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-ex-share-pgweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
example-lock:
update-ex-share-lock:
runs-on: ubuntu-latest
steps:
- name: Generate Github App Token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-ex-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
example-lock:
update-ex-simple-lock:
runs-on: ubuntu-latest
steps:
- name: Generate Github App Token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
example-lock:
update-test-lock:
runs-on: ubuntu-latest
steps:
- name: Generate Github App Token
Expand Down

0 comments on commit 786f610

Please sign in to comment.