mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix: CLI Tests failing when called as a dependency workflow
This commit is contained in:
8
.github/workflows/run-cli-tests.yml
vendored
8
.github/workflows/run-cli-tests.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: Go CLI Tests
|
||||
|
||||
on:
|
||||
#pull_request:
|
||||
# types: [opened, synchronize]
|
||||
# paths:
|
||||
# - "cli/**"
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
paths:
|
||||
- "cli/**"
|
||||
|
||||
workflow_call:
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user