Skip to content

Commit

Permalink
chore: update deprecate tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Jan 17, 2025
1 parent 65ae348 commit 94ccd56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
name: api-build
jobs:
api_changes:
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ARM64]
permissions:
pull-requests: read
outputs:
Expand All @@ -27,7 +27,7 @@ jobs:
build-api:
needs: api_changes
if: ${{ needs.api_changes.outputs.run_api_ci == 'true' }}
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ARM64]
permissions:
id-token: write
contents: read
Expand All @@ -50,7 +50,7 @@ jobs:
lint-api:
needs: api_changes
if: ${{ needs.api_changes.outputs.run_api_ci == 'true' }}
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ARM64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand All @@ -71,7 +71,7 @@ jobs:
test-api:
needs: api_changes
if: ${{ needs.api_changes.outputs.run_api_ci == 'true' }}
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ARM64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 94ccd56

Please sign in to comment.