Skip to content

Commit

Permalink
Merge branch 'main' into telemetry/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-nx authored Mar 8, 2024
2 parents f0f80c4 + ac7d6d5 commit 708260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ic_version: ${{ steps.vars.outputs.ic_version }}
publish_images: ${{ steps.vars.outputs.publish }}
docker_md5: ${{ steps.vars.outputs.docker_md5 }}
forked_workflow: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
forked_workflow: ${{ (github.event.pull_request.head.repo.full_name != github.repository) && ! (startsWith(github.ref, 'refs/heads/release-') || github.ref_name == 'main') }}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 708260e

Please sign in to comment.