Skip to content

Commit

Permalink
fix: changed runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Aug 16, 2024
1 parent 4e873f5 commit 9461472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
paths:
- 'setup.py'


jobs:
Pipeline:
if: github.ref == 'refs/heads/master'

runs-on: ubuntu-latest
runs-on: github-actions-developers-runner

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
Pipeline:
if: github.ref == 'refs/heads/staging'

runs-on: ubuntu-latest
runs-on: github-actions-developers-runner

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
Pipeline:
runs-on: ubuntu-latest
runs-on: github-actions-developers-runner

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9461472

Please sign in to comment.