Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dummy mappy action #1

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/at2-testing-hello-mappy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: mappy hello world

on:
# Runs every time a PR is open against master
pull_request:
branches: [ master ]
types: [opened, synchronize, labeled, ready_for_review, reopened]
workflow_dispatch:

jobs:
hello-mappy:
if: ${{ github.event.repository.name == 'scream' }}
runs-on: [self-hosted, mappy]

steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
persist-credentials: false
show-progress: false
- name: Show action trigger
run: |
echo "= The job was automatically triggered by a ${{github.event_name}} event."
- name: greet the world
run: echo "hello world"
- name: list mods
run: module list