Skip to content

Commit

Permalink
Revert "Merge pull request #265 from DigiByte-Core/feature/ci-enabled…
Browse files Browse the repository at this point in the history
…-codeql-advanced-configuration"

This reverts commit 21698e7, reversing
changes made to bc393ec.
  • Loading branch information
fgabelmannjr committed Jan 13, 2025
1 parent e0be802 commit 61be75a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 140 deletions.
9 changes: 0 additions & 9 deletions .github/codeql/codeql-config.yml

This file was deleted.

14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@

name: DigiByte CI

on:
pull_request:
branches: [ develop, master ]

concurrency:
group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}
cancel-in-progress: true

on:
pull_request:
branches: [develop, master]
push:
branches: [feature/**]

env:
CI_FAILFAST_TEST_LEAVE_DANGLING: 1 # GHA does not care about dangling processes and setting this variable avoids killing the CI script itself on error
CI_FAILFAST_TEST_LEAVE_DANGLING: 1 # GHA does not care about dangling processes and setting this variable avoids killing the CI script itself on error

jobs:
build:
Expand Down Expand Up @@ -81,4 +79,4 @@ jobs:
if: failure()
with:
name: test-suite-log
path: src/test-suite.log
path: test-suite.log
123 changes: 0 additions & 123 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit 61be75a

Please sign in to comment.