Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Maintainer on break

Maintainer on break #2

Workflow file for this run

name: Deploy
on:
push:
branches: main
workflow_dispatch:
jobs:
deploy:

Check failure on line 8 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
if: (github.ref == 'refs/heads/main') && (github.repository == 'ClimateTown/discord-bot')
runs-on: ubuntu-latest
needs: build
permissions:
id-token: write # to verify the deployment originates from an appropriate source
steps:
- run: echo "Hello world!"