Skip to content

Commit

Permalink
github action same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 24, 2024
1 parent 1884e26 commit 6261f70
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Docker Image CI

on:
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches: [ "main" ]
workflow_dispatch:

env:
OPENMS_VERSION: 3.2.0
# Define needed TOPP tools here
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Pylint

on:
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:

push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Test streamlit executable for Windows with embeddable python
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/workflow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Test workflow functions

on:
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
workflow_dispatch:

push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 6261f70

Please sign in to comment.