Skip to content

Commit

Permalink
misc: update daily workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 13, 2024
1 parent 0cfc5d4 commit 4539c82
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sha_short: ${{ steps.commit_info.outputs.sha }}

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
id: release_info
uses: revam/gh-action-get-tag-and-version@v1
with:
branch: true
buildNumber: ${{ steps.incremental_build.outputs.BUILD_NUMBER }}
increment: "build"
prefix: v
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
name: Build CLI — ${{ matrix.build_type }} ${{ matrix.rid }} (Daily)

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down Expand Up @@ -143,7 +142,7 @@ jobs:
name: Build Tray Service ${{ matrix.build_type }} (Daily)

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down Expand Up @@ -172,6 +171,9 @@ jobs:
docker-daily-build:
runs-on: ubuntu-latest

needs:
- current_info

strategy:
fail-fast: false
matrix:
Expand All @@ -184,11 +186,8 @@ jobs:

name: Build Docker Image - ${{ matrix.arch }} (Daily)

needs:
- current_info

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down Expand Up @@ -287,7 +286,7 @@ jobs:
name: Upload version info to Sentry.io

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down Expand Up @@ -315,7 +314,7 @@ jobs:
name: Upload archive to site

steps:
- name: Checkout master
- name: Checkout "${{ github.ref }}"
uses: actions/checkout@master
with:
ref: "${{ github.sha }}"
Expand Down

0 comments on commit 4539c82

Please sign in to comment.