Skip to content

Commit

Permalink
initial commit on removing auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
raynatopedrajeta committed May 17, 2024
1 parent 514dc68 commit d92c8ac
Show file tree
Hide file tree
Showing 20 changed files with 109 additions and 149 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/all-nodejs-packages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ env:
NODEJS_VERSION: v18.18.2

on:
push:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/besu-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: besu-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev, feature/remove_autopublish]
# Publish `v1.2.3` tags as releases.
tags:

Check failure on line 7 in .github/workflows/besu-all-in-one-publish.yaml

View workflow job for this annotation

GitHub Actions / ActionLint / Lint_GitHub_Actions

unknown Webhook event "tags". see https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#webhook-events for list of all Webhook event names
- v*

Check failure on line 8 in .github/workflows/besu-all-in-one-publish.yaml

View workflow job for this annotation

GitHub Actions / ActionLint / Lint_GitHub_Actions

"tags" section is sequence node but mapping node is expected

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/cmd-api-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: cmd-api-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev, feature/remove_autopublish]
# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/connector-besu-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: connector-fabric-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]
# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/connector-corda-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: connector-corda-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]
# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/corda-4-6-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: corda-4-6-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]
# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/corda-4-7-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: corda-4-7-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/corda-4-8-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: corda-4-8-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/dev-container-vscode-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: dev-container-vscode-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/example-carbon-accounting-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: example-carbon-accounting-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/example-supply-chain-app-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: example-supply-chain-app-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/fabric-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: fabric-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/fabric2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: fabric2-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/geth-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: geth-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ghpkg-all-kotlin-api-clients-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ env:
NODEJS_VERSION: v18.18.2

on:
push:
branches: [main, dev]

pull_request:
branches: [main, dev]

Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/iroha2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: iroha2-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/keychain-vault-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: keychain-vault-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/quorum-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: quorum-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/quorum-multi-party-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: quorum-multi-party-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/sawtooth-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: sawtooth-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*
pull_request:
branches: [main, dev]

# Publish `v1.2.3` tags as releases.
tags:
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit d92c8ac

Please sign in to comment.