Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-12-03 00:02:11 +0300
committerGitHub <noreply@github.com>2021-12-03 00:02:11 +0300
commit6eef480e1e0c839243871b7714a925a14579fc28 (patch)
treef49452b716817a746847472c31c9643c36ac8ada /.github
parent2ff1eb0daaabcac2b5d0a850a1cdf4008566470b (diff)
CI: add `workflow_dispatch` (#35454)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml1
-rw-r--r--.github/workflows/bundlewatch.yml1
-rw-r--r--.github/workflows/codeql.yml1
-rw-r--r--.github/workflows/css.yml1
-rw-r--r--.github/workflows/docs.yml1
-rw-r--r--.github/workflows/js.yml1
-rw-r--r--.github/workflows/lint.yml1
-rw-r--r--.github/workflows/node-sass.yml1
-rw-r--r--.github/workflows/release-notes.yml1
9 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index 6a84597e9e..0a3426e804 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -2,6 +2,7 @@ name: BrowserStack
on:
push:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml
index e895f126fc..14deaa97f8 100644
--- a/.github/workflows/bundlewatch.yml
+++ b/.github/workflows/bundlewatch.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index de6626a156..2aa437417e 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -14,6 +14,7 @@ on:
- "!dependabot/**"
schedule:
- cron: "0 2 * * 5"
+ workflow_dispatch:
jobs:
analyze:
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 71e6042b49..0059dc44d2 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 8bdcf9671f..cdb2917d9b 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index 1f03d8cc51..7af17ceb6a 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index aef1341edd..418232a66d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml
index 36c4e1c180..8a958a7a9e 100644
--- a/.github/workflows/node-sass.yml
+++ b/.github/workflows/node-sass.yml
@@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
+ workflow_dispatch:
env:
FORCE_COLOR: 2
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index ab2f37694d..bbd0a2448b 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
+ workflow_dispatch:
jobs:
update_release_draft: