Skip to content

Commit

Permalink
Put in some logging (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Jul 24, 2023
1 parent 0d7ddd3 commit 3e9446d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/manual-deploy-testnet-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- run: echo "Workflow_dispatch inputs ${{ github.event.inputs.testnet_type }}"
- run: echo "Workflow_call inputs ${{ inputs.testnet_type }}"

- uses: actions/checkout@v3

- name: 'Set up Docker'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-upgrade-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: '[M] Upgrade Testnet L2'

on:
schedule:
- cron: '05 3 * * *'
- cron: '05 */2 * * *'
workflow_dispatch:
inputs:
testnet_type:
Expand Down

0 comments on commit 3e9446d

Please sign in to comment.