|
58 | 58 | contents: read |
59 | 59 | packages: read |
60 | 60 | # Only run in upstream repo - avoid unnecessary runs in forks |
61 | | - # TODO: re-enable once we are done testing in gdcc/wip-base-image project |
62 | | - # if: ${{ github.repository_owner == 'IQSS' }} |
| 61 | + if: ${{ github.repository_owner == 'IQSS' }} |
63 | 62 | needs: |
64 | 63 | - discover |
65 | 64 | outputs: |
@@ -109,10 +108,8 @@ jobs: |
109 | 108 | - discover |
110 | 109 | - base-image |
111 | 110 | # Only run in upstream repo - avoid unnecessary runs in forks. |
112 | | - # TODO: If we add a push trigger later, we might want to prepend "always() &&" to ignore the status of the base job. |
113 | | - # Needs further investigation. |
114 | | - # TODO: re-enable once we are done testing in gdcc/wip-base-image project |
115 | | - # if: ${{ github.repository_owner == 'IQSS' }} |
| 111 | + # TODO: If we add a push trigger later, we might want to prepend "always() &&" to ignore the status of the base job. Needs further investigation. |
| 112 | + if: ${{ github.repository_owner == 'IQSS' }} |
116 | 113 | outputs: |
117 | 114 | supported_tag_matrix: ${{ steps.execute.outputs.supported_tag_matrix }} |
118 | 115 | rebuilt_images: ${{ steps.execute.outputs.rebuilt_images }} |
@@ -153,10 +150,8 @@ jobs: |
153 | 150 | needs: |
154 | 151 | - discover |
155 | 152 | # Only run in upstream repo - avoid unnecessary runs in forks. |
156 | | - # TODO: If we add a push trigger later, we might want to prepend "always() &&" to ignore the status of the base job. |
157 | | - # Needs further investigation. |
158 | | - # TODO: re-enable once we are done testing in gdcc/wip-base-image project |
159 | | - # if: ${{ github.repository_owner == 'IQSS' }} |
| 153 | + # TODO: If we add a push trigger later, we might want to prepend "always() &&" to ignore the status of the base job. Needs further investigation. |
| 154 | + if: ${{ github.repository_owner == 'IQSS' }} |
160 | 155 | outputs: |
161 | 156 | supported_tag_matrix: ${{ steps.execute.outputs.supported_tag_matrix }} |
162 | 157 | rebuilt_images: ${{ steps.execute.outputs.rebuilt_images }} |
|
0 commit comments