Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
8cab8c9b
Unverified
Commit
8cab8c9b
authored
Apr 19, 2024
by
Lucas Saavedra Vaz
Committed by
GitHub
Apr 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(libs): Add concurrency group to external libs test (#9535)
parent
9db4a4b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.github/workflows/lib.yml
.github/workflows/lib.yml
+6
-2
No files found.
.github/workflows/lib.yml
View file @
8cab8c9b
...
...
@@ -7,7 +7,11 @@ on:
# Schedule weekly builds on every Sunday at 4 am
schedule
:
-
cron
:
'
0
4
*
*
SUN'
-
cron
:
'
0
4
*
*
SUN'
concurrency
:
group
:
libs-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress
:
true
env
:
# It's convenient to set variables for values used multiple times in the workflow
...
...
@@ -86,7 +90,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
# Check out repository
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
with
:
token
:
${{ env.GITHUB_TOKEN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment