Skip to content

Commit a3310c7

Browse files
committed
fix: test names for external CI workflows
1 parent f673414 commit a3310c7

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/conventional-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Conventional PRs
2+
13
on:
24
pull_request_target:
35
types:

.github/workflows/deploy-apptainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Deploy Apptainer
2+
13
on:
24
workflow_run:
35
workflows: ["release-please"]

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Release Please
2+
13
on:
24
push:
35
branches: [main]

.github/workflows/snakemake-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Snakemake Tests
2+
13
on:
24
pull_request:
35
branches: [main]

0 commit comments

Comments
 (0)