Skip to content

Commit

Permalink
format the dummy action
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 4, 2024
1 parent 04e758a commit 737d334
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This action is for playing around with GHA and has no use outside of that.
name: main

on:
workflow_dispatch:
push:
branches:
- master

jobs:
tail_and_check:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Start tailing file
run: tail -f /etc/issue >/dev/null 2>&1 &

- name: Print processes
run: ps aux
21 changes: 0 additions & 21 deletions .github/workflows/main.yaml

This file was deleted.

0 comments on commit 737d334

Please sign in to comment.