Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ci-time-info
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 20, 2024
2 parents 428831d + 0e350f6 commit 9f162a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 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
2 changes: 1 addition & 1 deletion ci-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Special commands are provided that can be included in commit messages to direct

Use these commands judiciously. While they offer flexibility, they should be used appropriately to maintain the codebase's integrity and quality.

### Temporarily Overriding the Pull Requeest Matrix
### Temporarily Overriding the Pull Request Matrix

If a workflow named `override` exists in the matrix.yaml file, this matrix will be used for pull requests instead of the `pull_request` matrix.
This is useful for reducing resource usage when launching many CI workflows from a PR (for example, while testing CI features).
Expand Down

0 comments on commit 9f162a2

Please sign in to comment.