We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976e3ea commit 903ce7cCopy full SHA for 903ce7c
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish
+name: Publish RDT
2
on:
3
workflow_dispatch:
4
inputs:
@@ -24,7 +24,7 @@ on:
24
type: boolean
25
default: false
26
jobs:
27
- release:
+ publish-rdt:
28
runs-on: ubuntu-latest
29
permissions:
30
id-token: write
.github/workflows/publish_download_tracker.yml
@@ -1,7 +1,5 @@
name: Publish Download Tracker
- types: [published]
5
pull_request:
6
7
0 commit comments