Skip to content

Commit

Permalink
Fix reusable workflow caller
Browse files Browse the repository at this point in the history
Remove runs-on field.
  • Loading branch information
at-wat committed Jan 20, 2023
1 parent 5c878a9 commit 8077607
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/.github/workflows/renovate-go-sum-fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:

jobs:
fix:
runs-on: ubuntu-latest
uses: pion/.goassets/.github/workflows/renovate-go-sum-fix.reusable.yml@master
with:
token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
1 change: 0 additions & 1 deletion ci/.github/workflows/tidy-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:

jobs:
tidy:
runs-on: ubuntu-latest
uses: pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
with:
go-version: '1.19' # auto-update/latest-go-version

0 comments on commit 8077607

Please sign in to comment.