Skip to content

Commit

Permalink
[install] reenable again all workflows after debugging archiver.yml
Browse files Browse the repository at this point in the history
Revert "[install] TEMPORARELY disable again all workflows but archiver.yml while debugging the latter (avoid overloading the CI)"
This reverts commit d4b10b9.
  • Loading branch information
valassi committed Oct 1, 2024
1 parent 89d202b commit ff6bbfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: C/C++ CI
on:
push:
branches: [ master ]
#pull_request:
# branches: [ master ]
pull_request:
branches: [ master ]

jobs:
debug_builds:
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 ff6bbfc

Please sign in to comment.