Skip to content

Commit

Permalink
CI hotfix: on.workflow_run invalid
Browse files Browse the repository at this point in the history
CI was triggering an error: "Invalid workflow file: .github/workflows/publish_docker.yml#L1
`on.workflow_run` does not reference any workflows."
  • Loading branch information
Andrew Fasano authored Aug 2, 2024
1 parent 8a52b80 commit ed5c2f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and Publish Docker Container and Pypanda Docs # Only for main panda-re repo, not forks

on:
workflow_run:
push:
branches:
- dev
Expand Down

0 comments on commit ed5c2f1

Please sign in to comment.