Skip to content

Commit

Permalink
Rework jobs (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Dec 20, 2024
2 parents 157d813 + 73bed8e commit 8a36b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/image-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on:
pull_request:
paths:
- '.github/workflows/**'
- '.github/**'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on:
pull_request:
paths:
- '.github/**'
- '.github/workflows/tests.yml'
- 'bin/**'
- 'tests/**'
schedule:
Expand Down

0 comments on commit 8a36b6b

Please sign in to comment.