-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from citizensadvice/rename-master-to-main
rename master to main
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
|
||
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
- name: Lint Charts | ||
run: ct lint --all --check-version-increment=false --validate-maintainers=false | ||
|
||
- name: Validate Charts | ||
run: python3 bin/validate.py | ||
env: | ||
|
@@ -53,15 +53,15 @@ jobs: | |
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
|
||
- name: Install AWS CLI | ||
uses: unfor19/[email protected] | ||
|
||
|
@@ -87,7 +87,7 @@ jobs: | |
publish-charts: | ||
runs-on: ubuntu-22.04 | ||
needs: test-charts | ||
if: github.ref_name == 'master' | ||
if: github.ref_name == 'main' | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters