Skip to content

Commit

Permalink
chore(actions): do not run pana action for customer_testing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed Feb 21, 2023
1 parent 53a7417 commit 51dee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pana_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch]
jobs:
package-analysis:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/customer_testing'
if: github.base_ref != 'customer_testing'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 51dee27

Please sign in to comment.