Skip to content

Commit

Permalink
Update build-test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dspasojevic authored Feb 16, 2023
1 parent 2b27f8b commit 5b19358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build, test, lint and release JiraLint
on: [push]
jobs:
build_and_test_and_release:
runs-on: ubuntu-latest
runs-on: self-hosted-ubuntu-22-04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Use Node.js 15.x
Expand Down

0 comments on commit 5b19358

Please sign in to comment.