Skip to content

Commit

Permalink
seperate globus test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 7, 2024
1 parent 3c2c6b7 commit 27808bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: Test-Build
on:
push:
on:
schedule:
- cron: '12 14 * * 3'

jobs:
perlmutter-test:
uses: SCOREC/github-actions/.github/workflows/globus-test.yml@main
secrets: inherit
with:
machine: "perlmutter"

test-build:
runs-on: ubuntu-latest

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/globus-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Globus-Systems
on:
push:

jobs:
perlmutter-test:
uses: SCOREC/github-actions/.github/workflows/globus-test.yml@main
secrets: inherit
with:
machine: "perlmutter"

0 comments on commit 27808bc

Please sign in to comment.