Skip to content

Commit

Permalink
Revert "ci(ci): Disable skipping publish for releases" (#3602)
Browse files Browse the repository at this point in the history
Reverts #3601 due to [syntax error in
YAML](https://github.com/getsentry/relay/actions/runs/9102324321)

#skip-changelog

Overriding codeowners and CI to get master back on track
  • Loading branch information
chadwhitacre committed May 15, 2024
1 parent 839e771 commit 1603360
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 @@ -385,7 +385,7 @@ jobs:

# Skip redundant checks for library releases
# Skip for dependabot and if run on a fork
if: "startsWith(github.ref, 'refs/heads/release/') || (!startsWith(github.ref, 'refs/heads/release-library/') && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && needs.build-setup.outputs.full_ci == 'true'")
if: "!startsWith(github.ref, 'refs/heads/release-library/') && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && needs.build-setup.outputs.full_ci == 'true'"

steps:
- name: Install cosign
Expand Down

0 comments on commit 1603360

Please sign in to comment.