1
0
forked from numbers/Ornot

Fiddle with action triggers

This commit is contained in:
2026-01-23 23:56:56 -06:00
parent 66047bbe28
commit 38f6a8439f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Build with cached gradle
run-name: Building for ${{ gitea.actor }}
on: [label]
on: [pull_request]
jobs:
Build-with-gradle:

View File

@@ -1,6 +1,6 @@
name: Gitea Canary
run-name: ${{ gitea.actor }} triggered an action
on: [push]
on: [label]
jobs:
Explore-Gitea-Actions: