We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aff060 commit 32f73d7Copy full SHA for 32f73d7
.github/workflows/delete_untagged_containers.yml
@@ -14,6 +14,7 @@ jobs:
14
delete-untagged-containers:
15
name: Delete all containers from gdal-deps without tags
16
runs-on: ubuntu-latest
17
+ if: github.repository == 'OSGeo/gdal'
18
steps:
19
- name: Delete all containers from gdal-deps without tags
20
uses: Chizkiyahu/delete-untagged-ghcr-action@bbbab219998078a91c9b283dac9389b825894603 # v3.2.0
0 commit comments