mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
2
.github/workflows/pull-requests-release.yaml
vendored
2
.github/workflows/pull-requests-release.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Verify and Finalize Release PR
|
||||
name: Releasing PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
4
.github/workflows/pull-requests.yaml
vendored
4
.github/workflows/pull-requests.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Test
|
||||
name: Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
name: Build and Test for Pull Requests
|
||||
name: Build and Test
|
||||
runs-on: [self-hosted]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/tags.yaml
vendored
2
.github/workflows/tags.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Prepare Release
|
||||
name: Versioned Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user