Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/local_lint_gh_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
lint:
uses: ./.github/workflows/lint_gh_actions.yaml
with:
extraArgs: -ignore 'property "aws_.+" is not defined in .+'
extraArgs: >
-ignore 'label "ubuntu-22.04-arm64" is unknown. .+'
-ignore 'property "aws_.+" is not defined in .+'
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ concurrency: # This is to make sure that it's executed only for the most recent

jobs:
apify-pr-toolkit:
# Commented out as it sometimes happens that once PR was in a draft the workflows are not being run later on.
# Commented out as it sometimes happens that once PR was in a draft the workflows are not being run later on.
# if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-arm64
steps:
- name: run pull-request-toolkit action
uses: apify/pull-request-toolkit-action@main
Expand Down