forked from numbers/Ornot
Fiddle with action triggers
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: Build with cached gradle
|
name: Build with cached gradle
|
||||||
run-name: Building for ${{ gitea.actor }}
|
run-name: Building for ${{ gitea.actor }}
|
||||||
on: [label]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-with-gradle:
|
Build-with-gradle:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: Gitea Canary
|
name: Gitea Canary
|
||||||
run-name: ${{ gitea.actor }} triggered an action
|
run-name: ${{ gitea.actor }} triggered an action
|
||||||
on: [push]
|
on: [label]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|||||||
Reference in New Issue
Block a user