Skip to content

Commit

Permalink
This is the only way to make this work.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Feb 29, 2024
1 parent 1df7f8c commit b832408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/post-job-template.yml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

update_manifest:
update_manifest:
runs-on: ubuntu-latest
needs: test
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
echo '${{toJson(needs)}}' | jq -r 'to_entries[]|select(.value.result!="success")|.key + ": " + .value.result'
echo '${{toJson(needs)}}' | jq -e 'to_entries|map(select(.value.result!="success"))|length == 0'
echo "CI says: Looks good!"
update_manifest:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit b832408

Please sign in to comment.