We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d610c51 commit cada9f7Copy full SHA for cada9f7
2 files changed
.circleci/cache-version.txt
@@ -1,3 +1,3 @@
1
# Bump this version to force CI to re-create the cache from scratch.
2
3
-04-19-22
+06-07-23
.circleci/workflows.yml
@@ -72,7 +72,7 @@ windowsWorkflowFilters: &windows-workflow-filters
72
- equal: [ develop, << pipeline.git.branch >> ]
73
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
74
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
75
- - equal: [ 'stokes/fix_windows_e2e_test', << pipeline.git.branch >> ]
+ - equal: [ 'stokes/bump_cache_version', << pipeline.git.branch >> ]
76
- matches:
77
pattern: /^release\/\d+\.\d+\.\d+$/
78
value: << pipeline.git.branch >>
0 commit comments