Skip to content

Commit

Permalink
Manual CI test for IS_NIGHTLY_OR_DEBUG (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Jan 10, 2025
1 parent 6b64eae commit 4276957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- pierremtb/issue4994-Allow-under-development-features-in-Nightly-builds-nightly-test
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
schedule:
Expand All @@ -14,7 +15,8 @@ on:

env:
IS_RELEASE: ${{ github.ref_type == 'tag' }}
IS_NIGHTLY: ${{ github.event_name == 'schedule' }}
# IS_NIGHTLY: ${{ github.event_name == 'schedule' }}
IS_NIGHTLY: true

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 4276957

Please sign in to comment.