Skip to content

Commit

Permalink
Fix job keys on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Feb 19, 2025
1 parent 1c0e1a0 commit 881c4cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@
<%- for tgt in targets.macos %>
<%- set key = tgt.name + "-edgedb-" + server %>
<%- set plat_id = tgt.platform + ("{}".format(tgt.platform_libc) if tgt.platform_libc else "") + ("-{}".format(tgt.platform_version) if tgt.platform_version else "") %>
<%- for publish in publications %>

publish-<< tgt.name >>:
publish<< publish.suffix >>-<< key >>:
needs: [<% if publish_all %>collect<% else %>build-<< key >><% endif %>]
runs-on: ubuntu-latest

Expand Down Expand Up @@ -300,6 +301,7 @@
PACKAGE_UPLOAD_SSH_KEY: "${{ secrets.PACKAGE_UPLOAD_SSH_KEY }}"
<%- endfor %>
<%- endfor %>
<%- endfor %>
<%- endif %>

workflow-notifications:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/testing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 881c4cd

Please sign in to comment.