Skip to content

Commit

Permalink
debug: Slurm GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Oct 1, 2024
1 parent db7a5ac commit 56cba45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nextflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Nextflow Test

on:
push:
pull_request:
branches:
- main
# pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: S3 Integration Test

on:
push:
pull_request:
branches:
- main
# pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Go Tests

on:
push:
branches:
- main
# branches:
# - main
# pull_request:

jobs:
Expand Down

0 comments on commit 56cba45

Please sign in to comment.