From 372c2607319576fd1501e72dcd7d2ea28368525b Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:27:08 +0100 Subject: [PATCH] GH Actions: patch DNS --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6868b961..4236335d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,6 +53,9 @@ jobs: export PATH __HERE__ + - name: Patch DNS + uses: cylc/release-actions/patch-dns@v1 + - name: Setup Python uses: actions/setup-python@v5 with: