Skip to content

Commit

Permalink
Remove ci triggers (#162)
Browse files Browse the repository at this point in the history
* Update basic.yml

* Update compiler_cmpatibility.yml

* Update basic.yml

* Update basic.yml

* Update dapps.yml

* Update economy.yml

* Update old_openzeppelin.yml

* Update openzeppelin.yml

* Update playwright.yml

* Update services.yml
  • Loading branch information
kristinaNikolaevaa authored Feb 2, 2024
1 parent 6a5531d commit 64659e3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: "0 23,2 * * 0,1,2,3,4"
- cron: "0 4 * * 0,1,2,3,4"
pull_request:
types: [ opened, reopened, synchronize ]
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/compiler_cmpatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: "0 22 * * 2"
workflow_dispatch:
inputs:
network:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: dApps testing
run-name: dApps testing (${{ github.event.inputs.dapps || 'all dapps'}}, ${{ github.event.inputs.network || 'aws' }})

on:
schedule:
- cron: "0 1 * * 6"
workflow_dispatch:
inputs:
network:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/economy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "Operator economy"

on:
schedule:
- cron: "0 6 * * 0,1,2,3,4"
workflow_dispatch:
inputs:
network:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/old_openzeppelin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "Old OpenZeppelin with previous versions of solc"

on:
schedule:
- cron: "0 4 1 * *"
workflow_dispatch:
inputs:
network:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/openzeppelin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "OpenZeppelin"

on:
schedule:
- cron: "0 3 * * 0,1,2,3,4"
workflow_dispatch:
inputs:
network:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Playwright Tests"
run-name: Playwright tests / ${{ github.event.pull_request.title || github.event_name }}

on:
schedule:
- cron: "0 1 * * 5"
workflow_dispatch:
env:
IMAGE: ${{ vars.DOCKERHUB_ORG_NAME }}/neon_tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: "41 3 * * *"
workflow_dispatch:
inputs:
network:
Expand Down

0 comments on commit 64659e3

Please sign in to comment.