Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
81cc803a
Commit
81cc803a
authored
4 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Update actions on bugfix branch
parent
67db7c02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/close-stale.yml
+0
-22
0 additions, 22 deletions
.github/workflows/close-stale.yml
.github/workflows/lock-closed.yml
+0
-18
0 additions, 18 deletions
.github/workflows/lock-closed.yml
.github/workflows/test-builds.yml
+2
-1
2 additions, 1 deletion
.github/workflows/test-builds.yml
with
2 additions
and
41 deletions
.github/workflows/close-stale.yml
deleted
100644 → 0
+
0
−
22
View file @
67db7c02
#
# close-stale.yml
# Close open issues after a period of inactivity
#
name
:
"
Close
stale
issues"
on
:
schedule
:
-
cron
:
"
0
1
*
*
*"
jobs
:
stale
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/stale@v3
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
stale-issue-message
:
'
This
issue
is
stale
because
it
has
been
open
30
days
with
no
activity.
Remove
stale
label
/
comment
or
this
will
be
closed
in
5
days.'
days-before-stale
:
30
days-before-close
:
5
stale-issue-label
:
'
stale-closing-soon'
This diff is collapsed.
Click to expand it.
.github/workflows/lock-closed.yml
deleted
100644 → 0
+
0
−
18
View file @
67db7c02
#
# lock-closed.yml
# Lock closed issues after a period of inactivity
#
name
:
"
Lock
closed
issue"
on
:
issues
:
types
:
[
closed
]
jobs
:
lock
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
OSDKDev/lock-issues@v1.1
with
:
repo-token
:
"
${{
secrets.GITHUB_TOKEN
}}"
This diff is collapsed.
Click to expand it.
.github/workflows/test-builds.yml
+
2
−
1
View file @
81cc803a
...
...
@@ -17,6 +17,8 @@ on:
jobs
:
test_builds
:
name
:
Run All Tests
if
:
github.repository == 'MarlinFirmware/Marlin'
runs-on
:
ubuntu-latest
...
...
@@ -103,7 +105,6 @@ jobs:
-
name
:
Run ${{ matrix.test-platform }} Tests
run
:
|
# Inline tests script
[[ "$GITHUB_REPOSITORY" == "MarlinFirmware/Marlin" ]] || exit 0
chmod +x buildroot/bin/*
chmod +x buildroot/tests/*
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment