Skip to content

Commit

Permalink
Merge pull request #14 from canonical/self-hosted-runners
Browse files Browse the repository at this point in the history
Use self-hosted runner by default
  • Loading branch information
cbartz committed Mar 8, 2024
2 parents 6ec5375 + c958ffa commit 035c8e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
zap-rules-file-name: "zap_rules.tsv"
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "edge"
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
secrets: inherit
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"

0 comments on commit 035c8e9

Please sign in to comment.