Skip to content

Commit

Permalink
Merge pull request #44 from stfc/change_workflow_creds
Browse files Browse the repository at this point in the history
BUG: Incorrect indentation causes workflow to fail
  • Loading branch information
meoflynn authored Oct 2, 2024
2 parents 5c74f77 + bc9cf91 commit fc0066b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Inform of tagged name
if: ${{ github.ref != 'refs/heads/master' }}
run: echo "::notice title=published::harbor.stfc.ac.uk/stfc-cloud-staging/${{ matrix.image }}:${{ needs.setup.outputs.sha }}"
finished: # convenient single job name to apply branch protection to
needs: build-prod
runs-on: ubuntu-latest
steps: [{run: true}]

finished: # convenient single job name to apply branch protection to
needs: build
runs-on: ubuntu-latest
steps: [{run: true}]

0 comments on commit fc0066b

Please sign in to comment.