Skip to content

Commit 07573a7

Browse files
committed
ci: correct workflow_call description
1 parent cd9bfac commit 07573a7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/codeql-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '39 6 * * 1'
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
jobs:

.github/workflows/codeql-samples-quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '28 6 * * 1'
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
jobs:

.github/workflows/e2e-test-fusionauth-latest-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ "main" ]
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
env:

.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ "main" ]
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
env:

.github/workflows/e2e-test-fusionauth-matrix-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: E2E Test with FusionAuth supported versions
77
on:
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
10-
# Triggers the workflow on push request events but only for tag versions
10+
# Triggers the workflow when it is called from another workflow
1111
workflow_call:
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

.github/workflows/mobsf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '30 6 * * 1'
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
permissions:

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '33 6 * * 1'
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
12-
# Triggers the workflow on push request events but only for tag versions
12+
# Triggers the workflow when it is called from another workflow
1313
workflow_call:
1414

1515
jobs:

0 commit comments

Comments
 (0)