Skip to content

Commit 219a068

Browse files
author
Ludovic TOURMAN
committed
Revert: Dummy commit to trigger workflows
1 parent 7d990a0 commit 219a068

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

.github/workflows/echo-1.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Message Echo 1
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75
inputs:
86
message:

.github/workflows/echo-2.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Message Echo 2
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75
inputs:
86
message:

.github/workflows/failing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Failing
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75

86
jobs:

.github/workflows/long-running.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Long running
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75

86
jobs:

.github/workflows/named-run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Named run
22
run-name: ${{ inputs.run-name }}
33

44
on:
5-
pull_request:
6-
branches: [ master ]
75
workflow_dispatch:
86
inputs:
97
run-name:

.github/workflows/retrieve-logs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Retrieve logs
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75

86
jobs:

.github/workflows/timeout.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Timeout
22

33
on:
4-
pull_request:
5-
branches: [ master ]
64
workflow_dispatch:
75

86
jobs:

0 commit comments

Comments
 (0)