Skip to content

Commit 446a2b9

Browse files
committed
try to test workflow real quick
1 parent e871179 commit 446a2b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,3 @@ workflows:
708708
- equal: [ "workflow_dispatch", << pipeline.parameters.GHA_Event >>]
709709
jobs:
710710
- install
711-
- publish-nightly

.github/workflows/nightly.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Manual nightly deploy
22
on:
3+
push:
34
workflow_dispatch:
45

56
jobs:

0 commit comments

Comments
 (0)