Remove OS declaration from workflow_call (#144)

This commit is contained in:
Adam
2023-05-01 15:26:56 -04:00
committed by GitHub
parent 2d36249dbb
commit 6f23ed2528
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ on:
jobs:
run-ci:
runs-on: ubuntu-latest
uses: Jikoo/OpenInv/.github/workflows/ci.yml@master
draft-release:
needs: [ run-ci ]

View File

@@ -5,7 +5,6 @@ on:
jobs:
run-ci:
runs-on: ubuntu-latest
uses: Jikoo/OpenInv/.github/workflows/ci.yml@master
store-dependabot-pr-data:
if: "github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'"