Skip to content

Commit

Permalink
Document ci-unit-tests-docker.patch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 17, 2023
1 parent d63a131 commit cdd53a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-unit-tests-docker.patch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Workflow patches for skipping CI when Rust code and dependencies aren't modified in a PR.
name: Docker Unit Tests

# These jobs *don't* depend on cached Google Cloud state disks,
# so they can be skipped when the modified files make the actual workflow run.
# Run on PRs with unmodified code and dependency files.
on:
pull_request:
paths-ignore:
Expand All @@ -25,6 +25,9 @@ on:
- '.github/workflows/sub-find-cached-disks.yml'
- '.github/workflows/sub-build-docker-image.yml'

# IMPORTANT
#
# These job names must be kept in sync with the `.patch-external.yml` and `.yml` files.
jobs:
build:
name: Build CI Docker / Build images
Expand Down

0 comments on commit cdd53a9

Please sign in to comment.