Skip to content

Commit

Permalink
Fix release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 15, 2024
1 parent 233900f commit 5b1dd63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:

# List examples split by cloud provider as a JSON
list-examples:
needs: ["validate"]
outputs:
examples: ${{ steps.list.outputs.examples }}
runs-on: ubuntu-latest
Expand All @@ -83,7 +84,7 @@ jobs:
e2e:
outputs:
status: ${{ steps.status.outputs.status }}
needs: [ "validate", "token", "find-tf-releases" ]
needs: [ "validate", "token", "find-tf-releases", "list-examples" ]
runs-on: ubuntu-latest
continue-on-error: true
permissions:
Expand Down

0 comments on commit 5b1dd63

Please sign in to comment.