Skip to content

Commit

Permalink
Merge branch 'master' into adds-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Sep 23, 2024
2 parents fef194e + ef93631 commit 0889f4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,12 @@ jobs:
earthfiles: ${{ toJson(fromJson(needs.discover.outputs.result)['^release(-.*)?$']) }}
forge_version: ${{ inputs.forge_version }}
secrets:
earthly_token: ${{ secrets.earthly_token }}
earthly_token: ${{ secrets.earthly_token }}

final:
needs: [check, build, package, test, publish, release]
if: (!failure() && !cancelled())
runs-on: ubuntu-latest
steps:
- name: Final
run: echo "All done"

0 comments on commit 0889f4f

Please sign in to comment.