Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Nov 9, 2024
1 parent 7247219 commit 818d7b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_diffcalc_processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
environment:
name: Setup environment
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout diffcalc-sheet-generator
uses: actions/checkout@v4
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
scores:
name: Setup scores
needs: environment
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Query latest data
id: query
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
beatmaps:
name: Setup beatmaps
needs: environment
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Query latest data
id: query
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
generator:
name: Run generator
needs: [ environment, scores, beatmaps ]
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 720
outputs:
target: ${{ steps.run.outputs.target }}
Expand Down

0 comments on commit 818d7b7

Please sign in to comment.