Skip to content

Commit

Permalink
Add github runner, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
wilpig committed Mar 26, 2024
1 parent 6e0af80 commit fa6c649
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflow-templates/opendcim.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "openDCIM Workflow",
"description": "openDCIM starter workflow.",
"iconName": "log",
"categories": [
"Automation"
]
}

15 changes: 15 additions & 0 deletions .github/workflow-templates/opendcim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: openDCIM

on:
push:
branches:
- main

jobs:
build:
runs-on: self-hosted

steps:
- name: Update translations
run: /home/runner/update

0 comments on commit fa6c649

Please sign in to comment.