Skip to content

Commit

Permalink
Remove one-time Action show
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Oct 17, 2023
1 parent 70566ef commit 72c8da5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/feature-network-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Feature network deploy
on:
pull_request:
push:
branches:
- develop
Expand Down Expand Up @@ -75,5 +74,4 @@ jobs:
NETWORK_ENVIRONMENT: '${{ secrets.NETWORK_ENVIRONMENT }}'
IOTA_CORE_DOCKER_IMAGE_REPO: 'iotaledger/iota-core'
IOTA_CORE_DOCKER_IMAGE_TAG: 'feature'
run: |
./deploy/ansible/run.sh feature.yml
run: ./deploy/ansible/run.sh feature.yml

0 comments on commit 72c8da5

Please sign in to comment.