Skip to content

Commit

Permalink
Remove job dependency, was left over from a test
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 21, 2025
1 parent cf98c7c commit 45fdbb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
# We cannot run the full CI in devcontainers, as we will run out of disk space in GitHub Actions.
# Instead, we just validate the devcontainer is built correctly by running a minimal check below.
validate-devcontainer:
needs: "ci"
runs-on: "ubuntu-22.04" # _SLANG_DEV_CONTAINER_BASE_IMAGE_ (keep in sync)

# Skip 'pull_request' events from the main repository, as the workflow is already triggered by the 'push' event:
Expand Down

0 comments on commit 45fdbb3

Please sign in to comment.