We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef02ecf commit 7591996Copy full SHA for 7591996
.github/workflows/tests.yaml
@@ -154,7 +154,7 @@ jobs:
154
# Increase this value to reset cache if
155
# continuous_integration/environment-${{ matrix.environment }}.yaml has not
156
# changed. See also same variable in .pre-commit-config.yaml
157
- CACHE_NUMBER: 0
+ CACHE_NUMBER: 1
158
id: cache
159
160
- name: Update environment
.pre-commit-config.yaml
@@ -69,4 +69,4 @@ repos:
69
70
# Increase this value to clear the cache on GitHub actions if nothing else in this file
71
# has changed. See also same variable in .github/workflows/test.yaml
72
-# CACHE_NUMBER: 0
+# CACHE_NUMBER: 1
0 commit comments