Skip to content

Commit

Permalink
ci: switch to the GitHub runners
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed May 31, 2024
1 parent 2f4f7c3 commit a55d3e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
trigger-deployment:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Parse input parameters
id: parse-params
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ff-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
fast_forward_job:
name: Fast Forward Merge
runs-on: self-hosted
runs-on: ubuntu-latest
if: |
github.event.issue.pull_request != '' &&
contains(github.event.comment.body, '/fast-forward')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
triage:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-and-unit-tests:
name: "Build and unit tests"
runs-on: self-hosted
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, '[skip ci]') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a55d3e1

Please sign in to comment.