Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
ci: uci/copy-templates (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Aug 9, 2023
1 parent 67de19f commit a17e58f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Go Checks

on:
pull_request:
push:
branches: ["master"]
name: Go Checks
workflow_dispatch:

permissions:
contents: read
Expand All @@ -13,4 +15,4 @@ concurrency:

jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0
uses: pl-strflt/uci/.github/workflows/go-check.yml@unified-ci-2.0
6 changes: 4 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Go Test

on:
pull_request:
push:
branches: ["master"]
name: Go Test
workflow_dispatch:

permissions:
contents: read
Expand All @@ -13,4 +15,4 @@ concurrency:

jobs:
go-test:
uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0
uses: pl-strflt/uci/.github/workflows/go-test.yml@unified-ci-2.0
4 changes: 3 additions & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release Checker

on:
pull_request_target:
paths: [ 'version.json' ]
workflow_dispatch:

permissions:
contents: write
Expand All @@ -13,4 +15,4 @@ concurrency:

jobs:
release-check:
uses: pl-strflt/uci/.github/workflows/release-check.yml@v0
uses: pl-strflt/uci/.github/workflows/release-check.yml@unified-ci-2.0
4 changes: 3 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Releaser

on:
push:
paths: [ 'version.json' ]
workflow_dispatch:

permissions:
contents: write
Expand All @@ -12,4 +14,4 @@ concurrency:

jobs:
releaser:
uses: pl-strflt/uci/.github/workflows/releaser.yml@v0
uses: pl-strflt/uci/.github/workflows/releaser.yml@unified-ci-2.0
3 changes: 2 additions & 1 deletion .github/workflows/tagpush.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Tag Push Checker

on:
push:
tags:
Expand All @@ -14,4 +15,4 @@ concurrency:

jobs:
releaser:
uses: pl-strflt/uci/.github/workflows/tagpush.yml@v0
uses: pl-strflt/uci/.github/workflows/tagpush.yml@unified-ci-2.0

0 comments on commit a17e58f

Please sign in to comment.