Skip to content

Commit

Permalink
add GITHUB_SCHEDULED_BUILD env tag to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed May 9, 2024
1 parent 3bc08bc commit defad9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-mudlet-win.yml
Expand Up @@ -63,6 +63,7 @@ jobs:
shell: msys2 {0}
env:
GITHUB_REPO_TAG: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
GITHUB_SCHEDULED_BUILD: ${{ github.event_name == 'schedule' }}
GITHUB_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_PULL_REQUEST_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: $GITHUB_WORKSPACE/CI/build-mudlet-for-windows.sh
Expand Down

0 comments on commit defad9f

Please sign in to comment.