Skip to content

Commit

Permalink
Merge prep jobs for verify-devcontainers CI. (#1754)
Browse files Browse the repository at this point in the history
[skip-tests]
  • Loading branch information
alliepiper committed May 17, 2024
1 parent 2c6203e commit 9befb04
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/verify-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ permissions:
contents: read

jobs:
verify-make-devcontainers:
get-devcontainer-list:
name: Verify devcontainer files are up-to-date
outputs:
devcontainers: ${{ steps.get-list.outputs.devcontainers }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -36,16 +38,6 @@ jobs:
else
echo "::note::Dev Container files are up-to-date."
fi
get-devcontainer-list:
needs: verify-make-devcontainers
name: Get list of devcontainer.json files
runs-on: ubuntu-latest
outputs:
devcontainers: ${{ steps.get-list.outputs.devcontainers }}
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Get list of devcontainer.json paths and names
id: get-list
run: |
Expand Down

0 comments on commit 9befb04

Please sign in to comment.