Skip to content

Commit 6a14b9b

Browse files
committed
Update pipeline (didn't allow PR branches other than 'main')
1 parent 7600aef commit 6a14b9b

5 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/flutter_build_example.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
2018
- name: Setup Java
2119
uses: actions/setup-java@v4
2220
with:

.github/workflows/flutter_checks.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
18-
with:
19-
ref: ${{ github.head_ref }}
2018
- name: Install Flutter
2119
uses: subosito/flutter-action@v2
2220
- name: Disable analytics
@@ -31,8 +29,6 @@ jobs:
3129
steps:
3230
- name: Checkout repository
3331
uses: actions/checkout@v4
34-
with:
35-
ref: ${{ github.head_ref }}
3632
- name: Install Flutter
3733
uses: subosito/flutter-action@v2
3834
- name: Disable analytics
@@ -49,8 +45,6 @@ jobs:
4945
steps:
5046
- name: Checkout repository
5147
uses: actions/checkout@v4
52-
with:
53-
ref: ${{ github.head_ref }}
5448
- name: Install Flutter
5549
uses: subosito/flutter-action@v2
5650
- name: Disable analytics
@@ -67,8 +61,6 @@ jobs:
6761
steps:
6862
- name: Checkout repository
6963
uses: actions/checkout@v4
70-
with:
71-
ref: ${{ github.head_ref }}
7264
- name: Install Flutter
7365
uses: subosito/flutter-action@v2
7466
- name: Disable analytics
@@ -85,8 +77,6 @@ jobs:
8577
steps:
8678
- name: Checkout repository
8779
uses: actions/checkout@v4
88-
with:
89-
ref: ${{ github.head_ref }}
9080
- name: Install Flutter
9181
uses: subosito/flutter-action@v2
9282
- name: Disable analytics

.github/workflows/pub_publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
with:
14-
ref: ${{ github.head_ref }}
1513
- name: Publish
1614
uses: k-paxian/dart-package-publisher@v1.6
1715
with:

.github/workflows/pub_publish_dry_run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
ref: ${{ github.head_ref }}
1715
- name: Publish dry run
1816
uses: k-paxian/dart-package-publisher@v1.6
1917
with:

.github/workflows/pub_score.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
with:
17-
ref: ${{ github.head_ref }}
1816
- uses: axel-op/dart-package-analyzer@v3
1917
id: workflow
2018
with:

0 commit comments

Comments
 (0)