Skip to content

Commit

Permalink
ci: fix fdo container workflow job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat authored and yih-redhat committed Aug 19, 2024
1 parent ea36871 commit f035ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fdo-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
repo_url: ${{ fromJson(steps.pr-api.outputs.data).head.repo.html_url }}

fdo-container-community:
needs: [pr-info, pre-fdo-container-community]
needs: pr-info
if: ${{ needs.pr-info.outputs.allowed_user == 'true' && github.event.issue.pull_request }}
continue-on-error: true
runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
variables: "ARCH=x86_64;AWS_DEFAULT_REGION=us-east-1;GOVC_INSECURE=1;FDO_REGISTRY=quay.io/fido-fdo; OWNER_ONBOARDING_SERVER_NAME=owner-onboarding-server; MANUFACTURING_SERVER_NAME=manufacturing-server; RENDEZVOUS_SERVER_NAME=rendezvous-server; SERVICEINFO_API_SERVER_NAME=serviceinfo-api-server"

fdo-container-official:
needs: [pr-info, pre-fdo-container-official]
needs: pr-info
if: ${{ needs.pr-info.outputs.allowed_user == 'true' && github.event.issue.pull_request }}
continue-on-error: true
runs-on: ubuntu-latest
Expand Down

0 comments on commit f035ec9

Please sign in to comment.