Skip to content

Commit

Permalink
Update job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Feb 22, 2023
1 parent e2da53e commit 12fb563
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,7 @@ jobs:
name: Mark PR checks as complete
needs: # TODO - check what jobs need adding here
- build
- test-azdo
- test-gh-run-args
- test-gh-build-args
- test-gh-dockerfile-context
- test-gh-feature-docker-from-docker
- test-gh-docker-from-docker-non-root
- test-gh-docker-from-docker-root
- test-gh-skip-user-update
- test-compose-features
- test-simple
- test-no-run
- test-platform-with-runcmd
- pr-succeeded
runs-on: ubuntu-latest
if: ${{ inputs.prHeadSha }}
steps:
Expand Down Expand Up @@ -213,6 +202,7 @@ jobs:
- test-no-run
- test-env-vars-on-post-create
- test-platform-with-runcmd
- test-multiple-tags-job2
runs-on: ubuntu-latest
steps:
- name: Simple step
Expand All @@ -224,18 +214,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
- test-azdo
- test-gh-run-args
- test-gh-build-args
- test-gh-dockerfile-context
- test-gh-feature-docker-from-docker
- test-gh-docker-from-docker-non-root
- test-gh-docker-from-docker-root
- test-gh-skip-user-update
- test-compose-features
- test-simple
- test-no-run
- test-platform-with-runcmd
- pr-succeeded
if: ${{ inputs.release == true }}
env:
VERSION: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 12fb563

Please sign in to comment.