Skip to content

Commit

Permalink
compile workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 6, 2023
1 parent d116b65 commit 760c4ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-5 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-5 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-5 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-5 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-5 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/layout.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

env:
COLUMNS: 190
CACHE_SEED: SEED-6 # Bump the number to invalidate all caches
CACHE_SEED: SEED-7 # Bump the number to invalidate all caches
RELENV_DATA: "${{ github.workspace }}/.relenv"

<%- endblock env %>
Expand Down

0 comments on commit 760c4ce

Please sign in to comment.