Skip to content

Commit 4bcdeb7

Browse files
committed
ci: disable source policy
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
1 parent fbf773b commit 4bcdeb7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ jobs:
171171
run: go mod download
172172
- name: Setup QEMU
173173
run: docker run --rm --privileged tonistiigi/binfmt:latest --install all
174-
- name: Setup source policy
175-
uses: ./.github/actions/setup-source-policy
174+
#- name: Setup source policy
175+
# uses: ./.github/actions/setup-source-policy
176176
- name: Aggressive cleanup
177177
run: |
178178
echo "================ INITIAL DISK USAGE ================"
@@ -380,8 +380,8 @@ jobs:
380380

381381
- name: Expose GitHub tokens for caching
382382
uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
383-
- name: Setup source policy
384-
uses: ./.github/actions/setup-source-policy
383+
#- name: Setup source policy
384+
# uses: ./.github/actions/setup-source-policy
385385
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
386386
name: Login to GHCR
387387
with:

0 commit comments

Comments
 (0)