Skip to content

Commit

Permalink
Rename job to create unique caches
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Mar 13, 2024
1 parent eca9541 commit 26441f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '03 1 * * *'

jobs:
stack-build:
stack-build-on-humble:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '03 1 * * *'

jobs:
stack-build:
stack-build-on-iron:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
strategy:
fail-fast: false
Expand Down

0 comments on commit 26441f4

Please sign in to comment.