Skip to content

update config.rb to keep search working with newer middleman versions #53

update config.rb to keep search working with newer middleman versions

update config.rb to keep search working with newer middleman versions #53

name: Run Production Task

Check failure on line 1 in .github/workflows/run_task_production.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_task_production.yml

Invalid workflow file

(Line: 25, Col: 12): Job 'slack_notification' depends on unknown job 'run_production_task'.
on:
workflow_dispatch:
inputs:
task:
description: Task to run
required: true
default: 'routes'
jobs:
run_staging_task:
name: Run Production Task
uses: zooniverse/ci-cd/.github/workflows/run_task.yaml@main
with:
app_name: caesar
task_name: ${{ github.event.inputs.task }}
environment: production
secrets:
creds: ${{ secrets.AZURE_AKS }}
slack_notification:
name: Slack notification
uses: zooniverse/ci-cd/.github/workflows/slack_notification.yaml@main
needs: run_production_task
if: always()
with:
commit_id: ${{ github.sha }}
job_name: Run Production Task / run_production_task
status: ${{ needs.run_production_task.result }}
title: "Caesar Production task complete"
title_link: "https://github.com/zooniverse/caesar/actions/${{ github.run_id }}"
secrets:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}