Skip to content

Commit

Permalink
[install] reenable all workflows
Browse files Browse the repository at this point in the history
Revert "[install] TEMPORARELY disable all workflows but archiver.yml while debugging the latter (avoid overloading the CI)"
This reverts commit ef64378.
  • Loading branch information
valassi committed Sep 28, 2024
1 parent 837054e commit 18f9b3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: C/C++ CI

on:
#push:
# branches: [ master ]
#pull_request:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
debug_builds:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/madgraph_launch_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: running acceptance test
# branches: [ main LTS ]
on:
# Triggers the workflow on push or pull request events but only for the 3.4.0 branch
# push:
# paths-ignore:
# - 'docs/**'
push:
paths-ignore:
- 'docs/**'
# - '.github/**'

# Allows you to run this workflow manually from the Actions tab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
workflow_dispatch:

# Trigger the all-processes workflow for pull requests to master
#pull_request:
# branches: [ master ]
pull_request:
branches: [ master ]

# Trigger the all-processes workflow when new changes to the workflow are pushed
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)
Expand Down

0 comments on commit 18f9b3b

Please sign in to comment.