Skip to content

Commit

Permalink
Update mipsle-cloudflared.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Mar 31, 2024
1 parent 59b4026 commit ce16409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mipsle-cloudflared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 0 * * 0'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# push:
push:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-cf-go-
- name: Build cf-go
if: ${{ steps.checkout-tags.outputs.up-to-date && steps.cache-cf-go.outputs.cache-hit != 'true' }}
if: ${{ steps.checkout-tags.outputs.up-to-date && steps.cache-cf-go-build.outputs.cache-hit != 'true' }}
run: |
cd go/src
./make.bash
Expand Down

0 comments on commit ce16409

Please sign in to comment.