Skip to content

Commit

Permalink
getting closer
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchofstring committed Nov 9, 2024
1 parent 181c228 commit a24673f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
checks: write

jobs:
lint:
name: Lint Orchestration
lint_python:
name: Initialize Python Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ permissions:
contents: read

jobs:
complete_regression:
test_full_regression:
name: Full Regression
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a24673f

Please sign in to comment.