Skip to content

Commit

Permalink
Fix CI/CD (hopefully) once more
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaTheMartian committed Dec 9, 2024
1 parent 7a0ec47 commit aca51fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Build Clockwork

on:
workflow_run:
workflows: [test]
workflows: [Test Clockwork]
types: [completed]
paths:
- 'api/**.v'
- 'clockwork.v'
- '.github/workflows/build.yml'

permissions:
contents: read
Expand All @@ -16,6 +12,7 @@ concurrency:
group: "build"
cancel-in-progress: false

# TODO: Add jobs to build on Windows and macOS
jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'tests/*'
- 'config/*'
- 'example/*'
- 'build.maple'
- '.github/workflows/test.yml'

permissions:
Expand Down

0 comments on commit aca51fe

Please sign in to comment.