File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 8585 fail-fast : false
8686 matrix :
8787 determinate : [true, false]
88- use-gha-cache : ["disabled", "no-preference", "enabled"]
89- use-flakehub : ["disabled", "no-preference", "enabled"]
9088 id-token : ["write", "none"]
9189 systems :
9290 - nix-system : " aarch64-darwin"
@@ -111,18 +109,10 @@ jobs:
111109 with :
112110 _internal-strict-mode : true
113111 _internal-obliterate-actions-id-token-request-variables : ${{ matrix.id-token == 'none' }}
114- use-gha-cache : ${{ matrix.use-gha-cache }}
115- use-flakehub : ${{ matrix.use-flakehub }}
116112 - name : Check the cache for liveness
117113 env :
118- EXPECT_FLAKEHUB : ${{ toJson(matrix.use-flakehub != 'disabled' && matrix.id-token == 'write') }}
119- EXPECT_GITHUB_CACHE : ${{ toJson(
120- (matrix.use-gha-cache != 'disabled')
121- && (
122- (!(matrix.use-flakehub != 'disabled' && matrix.id-token == 'write'))
123- || (matrix.use-gha-cache == 'enabled')
124- )
125- ) }}
114+ EXPECT_FLAKEHUB : ${{ toJson(matrix.id-token == 'write') }}
115+ EXPECT_GITHUB_CACHE : ${{ toJson(false) }}
126116 run : |
127117 .github/workflows/cache-test.sh
128118
You can’t perform that action at this time.
0 commit comments