File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 lint :
1414 uses : ./.github/workflows/lint_gh_actions.yaml
1515 with :
16- extraArgs : -ignore 'property "aws_.+" is not defined in .+'
16+ extraArgs : >
17+ -ignore 'label "ubuntu-22.04-arm64" is unknown. .+'
18+ -ignore 'property "aws_.+" is not defined in .+'
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ concurrency: # This is to make sure that it's executed only for the most recent
1111
1212jobs :
1313 apify-pr-toolkit :
14- # Commented out as it sometimes happens that once PR was in a draft the workflows are not being run later on.
14+ # Commented out as it sometimes happens that once PR was in a draft the workflows are not being run later on.
1515 # if: github.event.pull_request.draft == false
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04-arm64
1717 steps :
1818 - name : run pull-request-toolkit action
1919 uses : apify/pull-request-toolkit-action@main
You can’t perform that action at this time.
0 commit comments