diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 038d21b905e..43f8d4f7696 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -55,8 +55,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -78,8 +76,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -101,8 +97,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -124,8 +118,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars diff --git a/.github/workflows/build-staging.yaml b/.github/workflows/build-staging.yaml index 8f93c54189e..fe56c3d0760 100644 --- a/.github/workflows/build-staging.yaml +++ b/.github/workflows/build-staging.yaml @@ -35,8 +35,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -57,8 +55,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -79,8 +75,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars @@ -101,8 +95,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: master - name: Populate environment run: ./make.sh ci-export-vars