Skip to content

Commit 1735d1c

Browse files
committed
ci(ct): temporarily cut the CI jobs loose for testing purposes
1 parent 116041e commit 1735d1c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/container_maintenance.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
contents: read
4747
packages: read
4848
# Only run in upstream repo - avoid unnecessary runs in forks
49-
if: ${{ github.repository_owner == 'IQSS' }}
49+
# TODO: re-enable once we are done testing in gdcc/wip-base-image project
50+
# if: ${{ github.repository_owner == 'IQSS' }}
5051
needs:
5152
- discover
5253
outputs:
@@ -79,6 +80,9 @@ jobs:
7980
# Execute matrix build for the discovered branches
8081
- name: Execute build matrix script
8182
id: execute
83+
env:
84+
# TODO: Remove once we are sure this works as intended
85+
DRY_RUN: 1
8286
run: >
8387
FORCE_BUILD=$( [[ "${{ inputs.force_build }}" = "true" ]] && echo 1 || echo 0 )
8488
DEVELOPMENT_BRANCH=${{ needs.discover.outputs.develop-branch }}
@@ -111,6 +115,8 @@ jobs:
111115
contents: read
112116
packages: read
113117
needs: base-image
118+
# TODO: Remove once we are sure all of this works...
119+
if: false
114120
steps:
115121
- name: Checkout repository
116122
uses: actions/checkout@v4

0 commit comments

Comments
 (0)