Skip to content

Commit

Permalink
GA Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 20, 2024
1 parent 9f11cec commit 61c1a70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ name: Compliance Test

on:
push:
branches:
- main
pull_request:

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/nextflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Nextflow Test

on:
push:
branches:
- main

pull_request:

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

on:
push:
branches:
- main
pull_request:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Go Tests

on:
push:
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 61c1a70

Please sign in to comment.