Skip to content

Commit

Permalink
Enable workflow concurrency to protect :main.stg container tag during…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvintc authored Dec 1, 2021
1 parent 6d79e65 commit c387026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/1rtos-container-image-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: container-image-build
concurrency: 1rtos_container_cd
on:
pull_request:
branches:
- main-intel
workflow_dispatch:

jobs:
buildAndStageImage:
buildAndStageImage:
runs-on: testhead
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/1rtos-container-image-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: container-image-push
concurrency: 1rtos_container_cd
on:
push:
branches:
Expand Down

0 comments on commit c387026

Please sign in to comment.