Skip to content

Commit

Permalink
ci: use default runners
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryMarkov committed Aug 29, 2024
1 parent 9df1c5a commit e75c4b9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ concurrency:

jobs:
build-and-lint:
runs-on:
group: default-runners
labels: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
env:
Expand All @@ -34,9 +32,7 @@ jobs:
dry-run-publish:
needs: [ build-and-lint ]
runs-on:
group: default-runners
labels: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
env:
Expand All @@ -60,9 +56,7 @@ jobs:
# TODO: not working yet
if: false
# if: github.ref == 'refs/heads/master'
runs-on:
group: default-runners
labels: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
env:
Expand Down

0 comments on commit e75c4b9

Please sign in to comment.