Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Nov 22, 2024
1 parent ac0263e commit daa7a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-qe-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
linux-qe:
runs-on: [self-hosted, linux, testing-farm]
runs-on: [self-hosted]
permissions:
statuses: write # needed to update commit status (pending/failure/sucess)
checks: write # as documented in https://github.com/mikepenz/action-junit-report?tab=readme-ov-file#pr-run-permissions
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-qe-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
linux-qe:
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.triggering_actor != 'dependabot[bot]'
uses: crc-org/crc/.github/workflows/linux-qe-template.yml@main
uses: lilyLuLiu/crc/.github/workflows/linux-qe-template.yml@main
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit daa7a68

Please sign in to comment.