Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Aug 30, 2023
1 parent 63c9f26 commit 935c89a
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 25 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/js-management-system-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: js-management-system-build
run-name: ${{ github.actor }} js-management-system-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"
jobs:
linter:
runs-on: ubuntu-latest
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-agents-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-agents-build
run-name: ${{ github.actor }} python-csle-agents-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-attacker-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-attacker-build
run-name: ${{ github.actor }} python-csle-attacker-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-base-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-base-build
run-name: ${{ github.actor }} python-csle-base-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-collector-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-collector-build
run-name: ${{ github.actor }} python-csle-collector-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-common-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-common-build
run-name: ${{ github.actor }} python-csle-common-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-defender-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-defender-build
run-name: ${{ github.actor }} python-csle-defender-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-ryu-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-ryu-build
run-name: ${{ github.actor }} python-csle-ryu-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-csle-system-identification-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-csle-system-identification-build
run-name: ${{ github.actor }} python-csle-system-identification-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-gym-csle-intrusion-response-game-build
run-name: ${{ github.actor }} python-gym-csle-intrusion-response-game-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/python-gym-csle-stopping-game-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: python-gym-csle-stopping-game-build
run-name: ${{ github.actor }} python-gym-csle-stopping-game-build
on:
- push
- pull_request
push:
branches:
- "master"
# pull_request:
# branches:
# - "master"

jobs:
test:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/python-linter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: python-linter
run-name: ${{ github.actor }} python-linter
on:
- push
- pull_request

push:
branches:
- "master"
# pull_request:
# branches:
# - "master"
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 935c89a

Please sign in to comment.