Skip to content

Commit

Permalink
Fix jobs::uses syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Feb 9, 2024
1 parent f7ceafb commit 438c773
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ on:
jobs:
# Call auxiliary workflows
pre_run:
name: Call Pre Run Check
runs-on: ubuntu-22.04
uses: ./.github/workflows/pre-run-check.yml
verilator:
name: Call Verilator
runs-on: ubuntu-22.04
needs: pre_run
uses: ./.github/workflows/build-test-verilator.yml
interactive_dbg:
name: Call Interactive Debug
runs-on: ubuntu-22.04
needs: pre_run
uses: ./.github/workflows/interactive-debugging.yml
doc_gen:
name: Call Doc Gen
runs-on: ubuntu-22.04
needs: pre_run
uses: ./.github/workflows/doc-gen.yml
post_run:
Expand Down

0 comments on commit 438c773

Please sign in to comment.