Skip to content

Commit

Permalink
ci: deactivate unused workflows (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored and atanmarko committed Sep 15, 2023
1 parent 907a4f5 commit 3bf557b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: "CLA Assistant"
on: # yamllint disable-line rule:truthy
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- closed
- synchronize
# TOPOS: deactivated for now, replaced with workflow_dispatch
# issue_comment:
# types:
# - created
# pull_request_target:
# types:
# - opened
# - closed
# - synchronize
workflow_dispatch:

jobs:
CLAssistant:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/deploy.devnet.eph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: Ephemeral DevNet Workflow

on: # yamllint disable-line rule:truthy
# TOPOS: deactivated for now, replaced with workflow_dispatch
workflow_dispatch:
push:
branches:
- develop
# push:
# branches:
# - develop

permissions:
id-token: write
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/deploy.devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: DevNet Workflow

on: # yamllint disable-line rule:truthy
# TOPOS: deactivated for now, replaced with workflow_dispatch
workflow_dispatch:
push:
branches:
- develop
# push:
# branches:
# - develop

permissions:
id-token: write
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/deploy.testnet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: TestNet Workflow
on: # yamllint disable-line rule:truthy
# TOPOS: deactivated for now, replaced with workflow_dispatch
workflow_dispatch:
push:
branches:
- 'release/**'
# push:
# branches:
# - 'release/**'

permissions:
id-token: write
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/deploy_edgenet.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
on: # yamllint disable-line rule:truthy
release:
types:
- published
# TOPOS: deactivated for now, replaced with workflow_dispatch
# release:
# types:
# - published
workflow_dispatch:

jobs:
deploy_to_edge_net:
Expand Down

0 comments on commit 3bf557b

Please sign in to comment.