diff --git a/.github/actions/image-upload/action.yml b/.github/actions/image-upload/action.yml index cc6533432..b2c109853 100644 --- a/.github/actions/image-upload/action.yml +++ b/.github/actions/image-upload/action.yml @@ -23,7 +23,7 @@ runs: shell: bash env: SSH_HOST: images.lxd.canonical.com - run : | + run: | # Store image server private key. mkdir -p -m 0700 ~/.ssh touch ~/.ssh/id_ed25519 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fe388daf2..7e2537353 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint on: pull_request: paths: - - '.github/workflows/**' + - '.github/**' permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9946caa56..62815b8ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: pull_request: paths: - - '.github/**' + - '.github/workflows/tests.yml' - 'bin/**' - 'tests/**' schedule: