Skip to content

Commit

Permalink
tmp: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Nov 14, 2024
1 parent 80d9f19 commit c31029f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish Docker Images
on:
release:
types: [published]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
inputs:
iota_node:
Expand All @@ -28,7 +30,6 @@ on:

jobs:
build-iota-node:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.iota_node == 'true' || github.event_name == 'release'
runs-on: self-hosted
environment: release
steps:
Expand Down Expand Up @@ -98,7 +99,6 @@ jobs:
pull: true

build-iota-indexer:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.iota_indexer == 'true' || github.event_name == 'release'
runs-on: self-hosted
environment: release
steps:
Expand Down Expand Up @@ -168,7 +168,6 @@ jobs:
pull: true

build-iota-tools:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.iota_tools == 'true' || github.event_name == 'release'
runs-on: self-hosted
environment: release
steps:
Expand Down Expand Up @@ -238,7 +237,6 @@ jobs:
pull: true

build-iota-graphql-rpc:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.iota_graphql_rpc == 'true' || github.event_name == 'release'
runs-on: self-hosted
environment: release
steps:
Expand Down

0 comments on commit c31029f

Please sign in to comment.