Skip to content

Commit

Permalink
Add WIP version ot devcont workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Jan 22, 2025
1 parent 3f912de commit 49b8816
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dev-cont.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Dev Cont

#
# Builds dev container and runs tests.
#

on:
workflow_dispatch:
push:
branches:
- "*"
schedule:
- cron: 23 7 3 * *

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 49b8816

Please sign in to comment.