Skip to content

Commit cbcbe24

Browse files
authored
Merge branch 'main' into anmol/faucet-postcheck
2 parents d729757 + 962cff5 commit cbcbe24

File tree

47 files changed

+476
-795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+476
-795
lines changed

.github/actions/e2e-test/action.yaml

Lines changed: 0 additions & 107 deletions
This file was deleted.

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/lint-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/setup-python@v4
4444
with:
45-
python-version: 3.7
45+
python-version: 3.8
4646

4747
- name: Install chart-testing
4848
uses: helm/chart-testing-action@v2.3.1

.github/workflows/pr-e2e-tests.yaml

Lines changed: 0 additions & 104 deletions
This file was deleted.

.github/workflows/pr-tests.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ on:
1010
- "!starship/docker/**"
1111
- ".github/workflows/pr-tests.yaml"
1212
types: [opened, reopened, synchronize, ready_for_review]
13+
push:
14+
branches:
15+
- main
16+
- release/*
17+
paths:
18+
- "starship/**"
19+
- ".github/workflows/e2e-tests.yaml"
20+
# Run every day at 18:00 UTC
21+
schedule:
22+
- cron: '0 18 * * *'
1323
workflow_dispatch: {}
1424

1525
concurrency:

0 commit comments

Comments
 (0)