mirror of
https://github.com/sfall-team/sslc.git
synced 2026-07-27 16:52:49 -07:00
Try bumping the cache version
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: test/gamescripts
|
||||
key: rpu-and-modderpack-gamescripts-v1004
|
||||
key: rpu-and-modderpack-gamescripts-v1005
|
||||
|
||||
- name: Download RPU scripts & modderspack
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: test/gamescripts
|
||||
key: rpu-and-modderpack-gamescripts-v1004
|
||||
key: rpu-and-modderpack-gamescripts-v1005
|
||||
- name: Download RPU scripts & modderspack
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
shell: bash
|
||||
@@ -234,7 +234,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
with:
|
||||
path: test/gamescripts
|
||||
key: rpu-and-modderpack-gamescripts-v1004
|
||||
key: rpu-and-modderpack-gamescripts-v1005
|
||||
fail-on-cache-miss: true
|
||||
- name: Test on Fallout RPU
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
@@ -283,7 +283,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
with:
|
||||
path: test/gamescripts
|
||||
key: rpu-and-modderpack-gamescripts-v1004
|
||||
key: rpu-and-modderpack-gamescripts-v1005
|
||||
fail-on-cache-miss: true
|
||||
- name: Test on Fallout RPU
|
||||
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
|
||||
|
||||
Reference in New Issue
Block a user