bbaudry waits for art #243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gen art on push | |
run-name: ${{ github.actor }} waits for art | |
on: [push] | |
jobs: | |
Gen_art: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "🎉 Art generation was automatically triggered by an art ${{ github.event_name }} event." | |
- run: echo "🐧 Art is now generated on a ${{ runner.os }} server hosted by GitHub!" | |
- run: echo "🍏 This job's status is ${{ job.status }}." |