Skip to content

Commit

Permalink
[CI] Add env vars in scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeS17 committed Nov 12, 2024
1 parent 57436cd commit 653edee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
nightly:
runs-on: ubuntu-latest
name: ubuntu / nightly
env:
DB_DATABASE: ccgbot_rust
DB_USER: root
DB_PASS: root
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -50,6 +54,10 @@ jobs:
# first place, since we'd just redo what happened in the regular test job.
# Unfortunately, hashFiles only works in if on steps, so we repeat it.
# if: hashFiles('Cargo.lock') != ''
env:
DB_DATABASE: ccgbot_rust
DB_USER: root
DB_PASS: root
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 653edee

Please sign in to comment.