Skip to content
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
6 changes: 2 additions & 4 deletions .github/workflows/poke_injectors.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Poke Onchain Rewards Injectors

on:
workflow_dispatch:
schedule:
- cron: "0/5 * * * *"
# Intentionally bricked. Restore the trigger block to re-enable this workflow.
on: {}
env:
KEYWORDS: ${{ secrets.KEEPER_PRIVATE_WORDS }}
DRPC_KEY: ${{ secrets.DRPC_KEY }}
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/post_aura_gauge_votes.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
name: Post vlAURA snapshot votes to voter multisig and send to the vote relayer

on:
push:
branches:
- main
paths:
- "MaxiOps/vlaura_voting/**/input/*.csv"
workflow_dispatch:
inputs:
week-string:
description: "Week string in YYYY-W## format"
required: true
type: string
# Intentionally bricked. Restore the trigger block to re-enable this workflow.
on: {}

jobs:
post_aura_gauge_votes:
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/review_aura_gauge_votes.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Review vLAURA Votes

on:
pull_request:
paths:
- "MaxiOps/vlaura_voting/**/input/*.csv"
workflow_dispatch:
inputs:
week-string:
description: "The week to review like YYYY-W##"
required: true
# Intentionally bricked. Restore the trigger block to re-enable this workflow.
on: {}

jobs:
review_votes:
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/sync_fee_distribution_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
name: Sync Fee Distribution Artifacts

on:
repository_dispatch:
types: [fee_report_merged]
workflow_dispatch:
inputs:
start-date:
description: "Start date (YYYY-MM-DD) - leave empty for auto-detection"
required: false
end-date:
description: "End date (YYYY-MM-DD) - leave empty for auto-detection"
required: false
# Intentionally bricked. Restore the trigger block to re-enable this workflow.
on: {}

jobs:
sync_artifacts:
Expand Down Expand Up @@ -112,4 +103,4 @@ jobs:
reviewers: |
gosuto-inzasheru
Xeonus
jalbrekt85
jalbrekt85
Loading