Skip to content

Commit 911ec95

Browse files
committed
chore(actions): adjust "if" condition
1 parent 53a7417 commit 911ec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pana_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
44
jobs:
55
package-analysis:
66
runs-on: ubuntu-latest
7-
if: github.ref != 'refs/heads/customer_testing'
7+
if: github.base_ref != 'customer_testing'
88

99
steps:
1010
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)