Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 144fa98

Browse filesBrowse files
committed
Enable workflows
1 parent 0add016 commit 144fa98
Copy full SHA for 144fa98

1 file changed

+10Lines changed: 10 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/empty.yml‎

Copy file name to clipboard
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Empty Workflow
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
empty_job:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Echo
10+
run: echo

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.