Skip to content

Commit 903ce7c

Browse files
committed
PR comments
1 parent 976e3ea commit 903ce7c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Publish RDT
22
on:
33
workflow_dispatch:
44
inputs:
@@ -24,7 +24,7 @@ on:
2424
type: boolean
2525
default: false
2626
jobs:
27-
release:
27+
publish-rdt:
2828
runs-on: ubuntu-latest
2929
permissions:
3030
id-token: write

.github/workflows/publish_download_tracker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Publish Download Tracker
22
on:
3-
release:
4-
types: [published]
53
pull_request:
64
workflow_dispatch:
75
inputs:

0 commit comments

Comments
 (0)