Skip to content

Commit

Permalink
GHA: use GH runner for webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 30, 2024
1 parent 1f96323 commit f734fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

webhook:
name: 'webhook'
runs-on: self-hosted
runs-on: ubuntu-22.04
needs: [ansible-lint, check-entries, find-roles, install]
if: always() && github.event_name != 'pull_request' && github.event.repository.fork == false
steps:
Expand Down

0 comments on commit f734fb9

Please sign in to comment.