Skip to content

Commit

Permalink
fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Apr 25, 2024
1 parent 1893e54 commit d54a5e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
Pipeline:
if: github.ref == 'refs/heads/master'

runs-on: checklist-as-code-runner-jrjc2-x5z8g
runs-on: ubuntu-22.04
container: quintoandar/python-3-7-java

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Install dependencies
run: make ci-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
Pipeline:
if: github.ref == 'refs/heads/staging'

runs-on: [self-hosted, linux]
runs-on: ubuntu-22.04
container: quintoandar/python-3-7-java

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Install dependencies
run: make ci-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
Pipeline:
runs-on: checklist-as-code-runner-jrjc2-x5z8g
runs-on: ubuntu-22.04
container: quintoandar/python-3-7-java

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Install dependencies
run: make ci-install
Expand Down

0 comments on commit d54a5e7

Please sign in to comment.