Fix tag on test workflow
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m29s
Test Runner / test (push) Successful in -16m55s

This commit is contained in:
Alex Selimov 2025-07-12 16:10:52 -04:00
parent b57baad841
commit 110c5292d1
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -1,8 +1,11 @@
name: Test Runner
on: [push]
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Simple test
run: echo "Hello World"