Skip to content

Commit

Permalink
test: update GitHub action to run periodically (#371)
Browse files Browse the repository at this point in the history
* test: update workflow file to run actions on every monday

* test: update workflow to run every tuesdays

* test: update workflow to run every wednesday

* test: update workflow to run on every thursdays

* test: update workflow to run on every fridays

* chore: update action trigger time
  • Loading branch information
hemz10 authored Apr 23, 2024
1 parent 24004af commit 1d2484b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/archway-chain-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Archway Chain Functional Test

on:
schedule:
- cron: "30 2 * * 1"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/bridge-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Bridge Functional test

on:
schedule:
- cron: "30 2 * * 2"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eth-chain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Eth Chain Functional test

on:
schedule:
- cron: "30 2 * * 1"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hardhat-chain-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Hardhat Chain Functional test

on:
schedule:
- cron: "30 2 * * 1"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/icon-chain-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Icon Chain Functional test

on:
schedule:
- cron: "30 2 * * 1"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kusama-parachain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Kusama Parachain Functional test

on:
schedule:
- cron: "30 2 * * 3"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kusama-relay-parachain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Kusama Relay and Parachain Functional test

on:
schedule:
- cron: "30 2 * * 4"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kusama-relaychain-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Kusama Relaychain Functional test

on:
schedule:
- cron: "30 2 * * 4"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/polkadot-parachain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Polkadot Parachain Functional test

on:
schedule:
- cron: "30 2 * * 3"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/polkadot-relay-parachain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Polkadot Relay and Parachain Functional test

on:
schedule:
- cron: "30 0 * * 5"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/polkadot-relaychain-test .yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Polkadot Relaychain Functional test

on:
schedule:
- cron: "30 2 * * 4"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1d2484b

Please sign in to comment.