Skip to content

Commit

Permalink
ci: self-hosted ci2-1 is now runner2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Apr 24, 2023
1 parent 4d3ef33 commit 05d0b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
parallel: true

job_compose_test:
runs-on: [self-hosted, ci2-1]
runs-on: [self-hosted, runner2-1]
if: |
github.ref == 'refs/heads/master' || github.ref == 'refs/heads/stage' || startsWith(github.ref, 'refs/heads/release') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/apiv2'
|| (startsWith(github.ref, 'refs/pull/') && endsWith(github.ref, '/merge') )
Expand Down

0 comments on commit 05d0b26

Please sign in to comment.