Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-pages authored Mar 6, 2024
1 parent c712dd5 commit 7c8d10f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on:
issue_comment:
types: [created, deleted]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 7c8d10f

Please sign in to comment.