Skip to content

Commit

Permalink
Remove all master ref tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 20, 2023
1 parent 9eeb0c8 commit 8cf297a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -78,8 +76,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -101,8 +97,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -124,8 +118,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/build-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -57,8 +55,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -79,8 +75,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand All @@ -101,8 +95,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: master

- name: Populate environment
run: ./make.sh ci-export-vars
Expand Down

0 comments on commit 8cf297a

Please sign in to comment.