Skip to content

Commit

Permalink
Change pipeline only
Browse files Browse the repository at this point in the history
  • Loading branch information
lubnar committed Oct 24, 2024
1 parent 0f879d4 commit 566f316
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-onyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jobs:
key: ${{ runner.os }}-golang-${{ hashFiles('onyx/src/**') }}
restore-keys: |
${{ runner.os }}-golang-
# - name: Setup Golang caches
# id: go-cache
# uses: actions/cache@v3
# with:
# path: |
# onyx/bin
# key: ${{ runner.os }}-golang-${{ hashFiles('onyx/bin') }}
# restore-keys: |
# ${{ runner.os }}-golang-
# - name: Check if folder has changed
# id: check-changes
# run: |
Expand Down

0 comments on commit 566f316

Please sign in to comment.