Skip to content

Commit

Permalink
ci: fix nested workflow calls not working
Browse files Browse the repository at this point in the history
  • Loading branch information
heilhead committed Feb 23, 2023
1 parent 5a2c82c commit 690ce83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: ci

on:
workflow_call:
workflow_dispatch:
pull_request:
paths-ignore:
- ".github/**"
- "docs/**"
- "README.md"

workflow_dispatch:

concurrency:
# Support push/pr as event types with different behaviors each:
# 1. push: queue up builds
Expand Down

0 comments on commit 690ce83

Please sign in to comment.