From 9be376140a26da204dac1e6d453d2a34bab40fcd Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 15 Apr 2024 22:13:46 -0500 Subject: [PATCH] Add self-references to CI workflow files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This means they’ll trigger when the workflow files change in addition to the packages they operate on. --- .github/workflows/ci-gathering.yml | 1 + .github/workflows/ci-registrations.yml | 1 + .github/workflows/ci-unmnemonic-devices-vrs.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/ci-gathering.yml b/.github/workflows/ci-gathering.yml index 7f703f84..927cc5f8 100644 --- a/.github/workflows/ci-gathering.yml +++ b/.github/workflows/ci-gathering.yml @@ -6,6 +6,7 @@ on: pull_request: paths: - "gathering/**" + - ".github/workflows/ci-gathering.yml" permissions: checks: write diff --git a/.github/workflows/ci-registrations.yml b/.github/workflows/ci-registrations.yml index d88ce69e..c8dee060 100644 --- a/.github/workflows/ci-registrations.yml +++ b/.github/workflows/ci-registrations.yml @@ -6,6 +6,7 @@ on: pull_request: paths: - "registrations/**" + - ".github/workflows/ci-registrations.yml" jobs: mix-test: diff --git a/.github/workflows/ci-unmnemonic-devices-vrs.yml b/.github/workflows/ci-unmnemonic-devices-vrs.yml index 2fd3c3f5..aa917b2d 100644 --- a/.github/workflows/ci-unmnemonic-devices-vrs.yml +++ b/.github/workflows/ci-unmnemonic-devices-vrs.yml @@ -6,6 +6,7 @@ on: pull_request: paths: - "unmnemonic_devices_vrs/**" + - ".github/workflows/ci-unmnemonic-devices-vrs.yml" env: CARGO_TERM_COLOR: always