diff --git a/.github/workflows/poke_injectors.yaml b/.github/workflows/poke_injectors.yaml index a1e40ddf0..360c414e6 100644 --- a/.github/workflows/poke_injectors.yaml +++ b/.github/workflows/poke_injectors.yaml @@ -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 }} diff --git a/.github/workflows/post_aura_gauge_votes.yaml b/.github/workflows/post_aura_gauge_votes.yaml index e1b7adad6..f0b273796 100644 --- a/.github/workflows/post_aura_gauge_votes.yaml +++ b/.github/workflows/post_aura_gauge_votes.yaml @@ -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: diff --git a/.github/workflows/review_aura_gauge_votes.yaml b/.github/workflows/review_aura_gauge_votes.yaml index 22532af66..99147bd5f 100644 --- a/.github/workflows/review_aura_gauge_votes.yaml +++ b/.github/workflows/review_aura_gauge_votes.yaml @@ -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: diff --git a/.github/workflows/sync_fee_distribution_artifacts.yaml b/.github/workflows/sync_fee_distribution_artifacts.yaml index 6c3700c12..b2b568def 100644 --- a/.github/workflows/sync_fee_distribution_artifacts.yaml +++ b/.github/workflows/sync_fee_distribution_artifacts.yaml @@ -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: @@ -112,4 +103,4 @@ jobs: reviewers: | gosuto-inzasheru Xeonus - jalbrekt85 \ No newline at end of file + jalbrekt85