mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 06:09:48 +00:00
Consolidate E2E tests and GH Actions (#6772)
* Consolidate cluster reset and snapshot E2E tests * Add more context to secrets-encryption test * Reuse build workflow * Convert updatecli to job level permissions * Remove dweomer microos from E2E and install testing Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
8
.github/workflows/updatecli.yaml
vendored
8
.github/workflows/updatecli.yaml
vendored
@@ -8,13 +8,15 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
updatecli:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user