Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
(cherry picked from commit 78f760b)
  • Loading branch information
hugoalh committed Sep 11, 2024
1 parent 58c2e2e commit da8bdf8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/announce-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
fields:
- name: "📋 Changelog"
value: "${{github.event.release.html_url}}"
inline: false
- name: "GitHub"
value: "${{github.event.repository.html_url}}"
inline: false
1 change: 0 additions & 1 deletion .github/workflows/invoke-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
workflow_dispatch:
jobs:
main:
name: "Main"
permissions:
actions: "read"
contents: "read"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/invoke-devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
workflow_dispatch:
jobs:
main:
name: "Main"
permissions:
actions: "read"
contents: "read"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scan-virus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:
- "True"
jobs:
main:
name: "Main"
permissions:
contents: "read"
runs-on: "ubuntu-latest"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
workflow_dispatch:
jobs:
main:
name: "Main"
permissions:
contents: "read"
issues: "write"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
jobs:
main:
name: "Main"
permissions: {}
runs-on: "ubuntu-latest"
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
jobs:
main:
name: "Main"
permissions: {}
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit da8bdf8

Please sign in to comment.