Skip to content

Commit

Permalink
Update GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyChiang committed Nov 3, 2024
1 parent 0d272f9 commit ef76a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PyQUDA-Utils.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PyQUDA-Utils sdist

on:
[workflow_dispatch, push]:
workflow_dispatch:
inputs:
tag:
description: Which tag to create and release?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PyQUDA.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PyQUDA sdist

on:
[workflow_dispatch, push]:
workflow_dispatch:
inputs:
tag:
description: Which tag to create and release?
Expand Down

0 comments on commit ef76a9e

Please sign in to comment.