Skip to content

Commit 7a3e897

Browse files
committed
simplify gh workflow - do not run in container
Signed-off-by: Jack Luar <[email protected]>
1 parent b8d3713 commit 7a3e897

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/github-actions-yaml-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ jobs:
99
name: 'Tests for variables.yaml'
1010
if: github.event_name == 'pull_request' || github.event_name == 'push'
1111
runs-on: ubuntu-latest
12-
container:
13-
image: openroad/ubuntu-cpp20
1412
steps:
1513
- name: Checkout repository
1614
uses: actions/checkout@v4
17-
with:
18-
submodules: 'recursive'
1915
- name: Run generate-variables-docs.py
2016
run: |
2117
python3 flow/scripts/generate-variables-docs.py

0 commit comments

Comments
 (0)