Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update GitHub action to run periodically #371

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading