Skip to content

Commit

Permalink
Turn off label criteria for gpu ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 14, 2024
1 parent c3e47df commit c40387f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gpu_nvhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:

ubuntu_build:
if: ${{ github.event.label.name == 'GPU-CI' }}
#if: ${{ github.event.label.name == 'GPU-CI' }}

name: Ubuntu NVHPC GPU Build
# Run on self-hosted
Expand All @@ -40,10 +40,10 @@ jobs:
# sudo apt-get install -y nvhpc-24-7

# Remove label
- name: Remove GPU-CI label
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: GPU-CI
#- name: Remove GPU-CI label
# - uses: actions-ecosystem/action-remove-labels@v1
# with:
# labels: GPU-CI

# Check location of installed NVHPC compilers
- name: Check compiler install
Expand Down

0 comments on commit c40387f

Please sign in to comment.