Skip to content
Open
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
5 changes: 5 additions & 0 deletions automation/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/arm64
permissions:
issues: write
pull-requests: write
Expand Down
5 changes: 5 additions & 0 deletions automation/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
label:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/arm64
permissions:
contents: read
pull-requests: write
Expand Down
1 change: 0 additions & 1 deletion ci/ada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down