Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ITCPG.jl
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Stuermer
ITCPG.jl
Commits
f62576c4
Commit
f62576c4
authored
4 years ago
by
Julian Stürmer
Browse files
Options
Downloads
Patches
Plain Diff
Untrack .github folder
parent
1d2341ba
No related branches found
No related tags found
No related merge requests found
Pipeline
#465
canceled
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/CompatHelper.yml
+0
-16
0 additions, 16 deletions
.github/workflows/CompatHelper.yml
.github/workflows/TagBot.yml
+0
-15
0 additions, 15 deletions
.github/workflows/TagBot.yml
with
0 additions
and
31 deletions
.github/workflows/CompatHelper.yml
deleted
100644 → 0
+
0
−
16
View file @
1d2341ba
name
:
CompatHelper
on
:
schedule
:
-
cron
:
0 0 * * *
workflow_dispatch
:
jobs
:
CompatHelper
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Pkg.add("CompatHelper")
run
:
julia -e 'using Pkg; Pkg.add("CompatHelper")'
-
name
:
CompatHelper.main()
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV
:
${{ secrets.DOCUMENTER_KEY }}
run
:
julia -e 'using CompatHelper; CompatHelper.main()'
This diff is collapsed.
Click to expand it.
.github/workflows/TagBot.yml
deleted
100644 → 0
+
0
−
15
View file @
1d2341ba
name
:
TagBot
on
:
issue_comment
:
types
:
-
created
workflow_dispatch
:
jobs
:
TagBot
:
if
:
github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on
:
ubuntu-latest
steps
:
-
uses
:
JuliaRegistries/TagBot@v1
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
ssh
:
${{ secrets.DOCUMENTER_KEY }}
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