We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ebd31 commit 6bcfae6Copy full SHA for 6bcfae6
.github/workflows/pre-commit.yml
@@ -47,7 +47,7 @@ jobs:
47
repo-token: ${{ secrets.GITHUB_TOKEN }}
48
wait-interval: 30
49
#check-regexp: '^Arduino [0-9]+ on ubuntu-latest$'
50
- check-regexp: '^Arduino 3 on ubuntu-latest$'
+ check-regexp: '^Arduino (3|4) on ubuntu-latest$'
51
52
- name: Get compilation workflow ID
53
id: save-workflow-id
0 commit comments