Skip to content

Commit

Permalink
Merge pull request #147 from EATSTEAK/ci/fix-dry-run
Browse files Browse the repository at this point in the history
[ci] `dry-run` 워크플로 수정
  • Loading branch information
EATSTEAK authored Dec 21, 2024
2 parents 5783233 + e6bc40a commit 20e1ead
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build & Test
on:
workflow_dispatch:
pull_request:
branches: [ "main", "dev" ]
branches: [ "dev" ]
schedule:
- cron: "23 3 * * *"
env:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ env:
jobs:
dry-run:
runs-on: ubuntu-latest
environment: testing
concurrency:
group: testing
cancel-in-progress: true
env:
SSO_ID: ${{ vars.SSO_ID }}
SSO_PASSWORD: ${{ secrets.SSO_PASSWORD }}
TARGET_YEAR: ${{ vars.TARGET_YEAR }}
TARGET_SEMESTER: ${{ vars.TARGET_SEMESTER }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 20e1ead

Please sign in to comment.