File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments