Skip to content

Commit

Permalink
add dummy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 6, 2023
1 parent 0ba8d7f commit e500251
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,27 @@ jobs:
deploy-authproxy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

deploy-auto-gold-bits:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

deploy-discord-bot:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

deploy-repl-demo:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

0 comments on commit e500251

Please sign in to comment.