Skip to content

Commit

Permalink
Update GHA to include runs_on attribute for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Nov 27, 2024
1 parent 6857073 commit 380e2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync_data_schema_updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate_json_schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 380e2f0

Please sign in to comment.