Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master

jobs:
# Special job which automatically cancels old runs for the same branch, prevents runs for the
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master
workflow_dispatch:

schedule:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build-linux-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master
workflow_dispatch:

schedule:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build-windows-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master
workflow_dispatch:

schedule:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master
schedule:
- cron: '0 4 * * *'

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# FIXME Uncomment
#pull_request:
# branches:
# - master
schedule:
- cron: '0 4 * * *'

Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/upload-release-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Upload Release Artifacts
on:
# FIXME Uncomment
#push:
# tags:
# - v*.*.*
# FIXME Remove
pull_request:
branches:
- master
jobs:
build-tarball:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
# FIXME STOPPED
# FIXME build-linux-packages.yml
# FIXME build-container-images.yml
# FIXME build-windows-package.yml
upload-artifacts:
runs-on: ubuntu-latest
needs:
- build-tarball
steps:
# FIXME agent-release/Jenkinsfile
- run: echo test