Skip to content

Commit

Permalink
Merge pull request #3 from firefliesai/feature-sc-49820-upload-n8n-he…
Browse files Browse the repository at this point in the history
…lm-chart-from-oci-to-our-own

Removing branch validation
  • Loading branch information
jonathantissot authored Jan 22, 2024
2 parents 46b058a + 983b31e commit 335f417
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check target and source branches
run: |
target_branch=${{ github.event.pull_request.base.ref }}
source_branch=${{ github.event.pull_request.head.ref }}
if [[ $target_branch == "main" && $source_branch != "staging" ]]; then
echo "Error: Pull request from 'main' branch should have 'staging' as the source branch"
exit 1
fi
- name: Lint Helm Charts
run: |
for charts in `ls -1 charts/`; do helm lint charts/$charts/; done

0 comments on commit 335f417

Please sign in to comment.