Skip to content

Commit

Permalink
fix: use 'ubuntu-latest' not 'self-hosted'
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jul 4, 2023
1 parent ad6007b commit 3b36822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
check_semver_labels:
name: Check Semver labels
runs-on: [ self-hosted ]
runs-on: ubuntu-latest

steps:
- name: Check for Semver labels
Expand All @@ -27,7 +27,7 @@ jobs:

check_cc_labels:
name: Check conventional commits labels
runs-on: [ self-hosted ]
runs-on: ubuntu-latest
steps:
- uses: danielchabr/pr-labels-checker@v3.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
title-checker:
name: Check PR title
runs-on: [ self-hosted ]
runs-on: ubuntu-latest

steps:
- uses: aslafy-z/conventional-pr-title-action@v2
Expand Down

0 comments on commit 3b36822

Please sign in to comment.