Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update NWA12_RT.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Jan 11, 2024
1 parent 43aae10 commit 8062743
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/NWA12_RT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ jobs:
cd ci
#bash create_run_xml_from_template.bash
- name: Remove "NWA12_RT_gaea_c5" label and add "pass_NWA12_RT" label on success
- name: Remove "NWA12_RT_gaea_c5" label
if: success() && contains(github.event.label.name, 'NWA12_RT_gaea_c5')
uses: buildsville/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}
labels: pass_NWA12_RT
labels: NWA12_RT_gaea_c5
type: remove

- name: Add "pass_NWA12_RT" label on success
if: success()
uses: buildsville/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}
labels: pass_NWA12_RT
type: add

0 comments on commit 8062743

Please sign in to comment.