Skip to content

Commit

Permalink
Set CI to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Jan 17, 2025
1 parent 8ec2379 commit b6408f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpha-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '0 20 * * 3' # weekly (Wednesday)
workflow_dispatch:

env:
CI: true

permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- 'CHANGELOG.md'
pull_request:

env:
CI: true

permissions:
contents: read

Expand Down

0 comments on commit b6408f3

Please sign in to comment.