Skip to content

Commit

Permalink
New workflow + spring cleaning
Browse files Browse the repository at this point in the history
- Workflows must be present in the master branch to be available to run
  from other branches
- Removing the codeowners file as most of the people don't work here
  and/or aren't involved with the project anymore
  • Loading branch information
oyvindhagberg committed Mar 14, 2023
1 parent 4c26a66 commit 66c74af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Container image

on:
workflow_dispatch:

jobs:
hello_world:
runs-on: ubuntu-latest

steps:
- name: Hello World step
run: echo "hello world"

0 comments on commit 66c74af

Please sign in to comment.