Skip to content

Commit

Permalink
try ignore VERSION !
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea committed Jan 28, 2025
1 parent 8e5656c commit 496334d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
paths:
- "src/**"
- ".github/workflows/test-aks.yaml"
paths-ignore:
- "src/VERSION"
- "!src/VERSION"
permissions:
contents: "read"
id-token: "write"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
paths:
- "src/**"
- ".github/workflows/test-k8s.yaml"
paths-ignore:
- "src/VERSION"

- "!src/VERSION"

permissions:
contents: "read"
id-token: "write"
Expand Down

0 comments on commit 496334d

Please sign in to comment.