diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f39baa5..3c82cc5 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,8 +16,6 @@ on: jobs: import-validators: - # Only run if pull request is merged to main - if: github.event.pull_request.merged == true name: Import validators ${{ inputs.network }} strategy: fail-fast: false @@ -36,7 +34,6 @@ jobs: fi sync-epoch-activity: - if: github.event_name != 'pull_request' name: Syncs the epoch activity strategy: fail-fast: false @@ -75,7 +72,6 @@ jobs: done sync-validator-balances: - if: github.event_name != 'pull_request' name: Syncs the validator balances strategy: fail-fast: false diff --git a/app/app.vue b/app/app.vue index 31e50c2..4e0a229 100644 --- a/app/app.vue +++ b/app/app.vue @@ -12,7 +12,7 @@ const networkName = useRuntimeConfig().public.nimiqNetwork diff --git a/app/components/ValidatorsTable.vue b/app/components/ValidatorsTable.vue index 607b0da..5b4c9d4 100644 --- a/app/components/ValidatorsTable.vue +++ b/app/components/ValidatorsTable.vue @@ -23,7 +23,7 @@ defineProps<{ validators: ValidatorScore[] }>() bg="transparent even:neutral-50 hocus:neutral-200 hocus:even:neutral-300" transition-colors py-16 > @@ -40,7 +40,7 @@ defineProps<{ validators: ValidatorScore[] }>() diff --git a/app/pages/validator/[address].vue b/app/pages/validator/[address].vue index 2f98306..1f271c8 100644 --- a/app/pages/validator/[address].vue +++ b/app/pages/validator/[address].vue @@ -9,7 +9,7 @@ const validator = computed(() => getValidatorByAddress(route.params.address as s
@@ -38,7 +38,7 @@ const validator = computed(() => getValidatorByAddress(route.params.address as s {{ validator.name }}'s score is