Skip to content

Commit

Permalink
don't run on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraveliara committed Jan 21, 2024
1 parent e97ba6f commit 2285a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
omitBodyDuringUpdate: true # We don't want to update the body of the release.
test_release:
name: Test Release
runs-on: "self-hosted"
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci-skip]') && github.ref_name == 'master' && github.event_name == 'push'"
steps:
- name: Checkout
Expand Down

0 comments on commit 2285a2c

Please sign in to comment.