diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index 3430739..334c0e2 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -1,4 +1,4 @@ -name: Debian +name: Debian Cache on: workflow_dispatch: @@ -13,7 +13,7 @@ on: jobs: debian-kernel-metadata-cache: - name: Cache metadata + name: Metadata runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -44,7 +44,7 @@ jobs: run: s3cmd put --acl-public ~/.out-of-tree/debian.cache s3://out-of-tree/1.0.0/ --host=fra1.digitaloceanspaces.com --host-bucket='%(bucket)s.fra1.digitaloceanspaces.com' --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }} debian-kernel-packages-mirror: - name: Mirror packages + name: Packages needs: debian-kernel-metadata-cache runs-on: ubuntu-latest steps: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 450922c..1ef12db 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -39,7 +39,7 @@ jobs: go test -parallel 1 -v ./... test-end-to-end-examples: - name: E2E T. Examples + name: Examples runs-on: ubuntu-latest strategy: @@ -76,7 +76,7 @@ jobs: path: /home/runner/.out-of-tree/logs test-end-to-end: - name: E2E T. + name: E2E runs-on: ubuntu-latest timeout-minutes: 60