Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
75b5cab9
Commit
75b5cab9
authored
Nov 06, 2022
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GHA: Avoid running jobs when change only CircleCI
parent
5496db11
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
1 deletion
+12
-1
.github/workflows/centos.yml
.github/workflows/centos.yml
+2
-0
.github/workflows/debian-sys.yml
.github/workflows/debian-sys.yml
+2
-0
.github/workflows/debian.yml
.github/workflows/debian.yml
+2
-0
.github/workflows/python-runners.yml
.github/workflows/python-runners.yml
+2
-0
.github/workflows/scripts.yml
.github/workflows/scripts.yml
+4
-1
No files found.
.github/workflows/centos.yml
View file @
75b5cab9
...
...
@@ -2,6 +2,8 @@ name: Centos containers
on
:
push
:
paths-ignore
:
-
'
.circleci/**'
pull_request
:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
.github/workflows/debian-sys.yml
View file @
75b5cab9
...
...
@@ -2,6 +2,8 @@ name: Debian container with system Python
on
:
push
:
paths-ignore
:
-
'
.circleci/**'
pull_request
:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
.github/workflows/debian.yml
View file @
75b5cab9
...
...
@@ -2,6 +2,8 @@ name: Debian containers
on
:
push
:
paths-ignore
:
-
'
.circleci/**'
pull_request
:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
.github/workflows/python-runners.yml
View file @
75b5cab9
...
...
@@ -2,6 +2,8 @@ name: Ubuntu, MacOS, Windows machines
on
:
push
:
paths-ignore
:
-
'
.circleci/**'
pull_request
:
# Allow to run this workflow manually from the Actions tab
workflow_dispatch
:
...
...
.github/workflows/scripts.yml
View file @
75b5cab9
name
:
Script generation
on
:
[
push
]
on
:
push
:
paths-ignore
:
-
'
.circleci/**'
jobs
:
build
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment