Skip to content

Commit 1ffab79

Browse files
authored
fix: local lint workflow and PR toolkit (#225)
1 parent 5ba60c4 commit 1ffab79

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/local_lint_gh_actions.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
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 .+'

.github/workflows/pull_request_toolkit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ concurrency: # This is to make sure that it's executed only for the most recent
1111

1212
jobs:
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

0 commit comments

Comments
 (0)