updated actions repo for organization

This commit is contained in:
vabene1111
2021-11-01 14:58:04 +01:00
parent 2bda4c85b7
commit a12b2ffb21
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
strategy:
max-parallel: 4

View File

@@ -8,7 +8,7 @@ on:
jobs:
CodeQL-Build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
steps:
- name: Checkout repository

View File

@@ -5,7 +5,7 @@ on:
- 'beta'
jobs:
build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

View File

@@ -7,7 +7,7 @@ on:
- '!master'
jobs:
build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
name: Build image job
steps:

View File

@@ -7,7 +7,7 @@ on:
jobs:
deploy:
if: github.repository_owner == 'vabene1111'
if: github.repository_owner == 'TandoorRecipes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2