Searched +full:branches +full:- +full:ignore (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/.github/workflows/ |
| H A D | phpCS.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 20 runs-on: ubuntu-latest 23 - uses: actions/checkout@v4 25 fetch-depth: 0 27 - name: Setup PHP 28 uses: shivammathur/setup-php@v2 [all …]
|
| H A D | deletedFiles.yml | 2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i… 4 # unless they are already listed there or are excluded from the release archives (export-ignore in … 6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c… 11 branches: 12 - master 15 group: ${{ github.workflow }}-${{ github.ref }} 16 cancel-in-progress: true 21 runs-on: ubuntu-latest 23 - name: Checkout 26 fetch-depth: 0 [all …]
|
| H A D | testWindows.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: windows-latest 25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 29 - name: Checkout [all …]
|
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 19 name: PHP ${{ matrix.php-versions }} 20 runs-on: ubuntu-latest 25 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 26 fail-fast: false 34 - 3306:3306 [all …]
|
| H A D | release-build.yml | 3 # release-preparation workflow 8 branches: 9 - stable 15 runs-on: ubuntu-latest 17 - name: Checkout 20 - name: Prepare Environment 24 - name: Check if a tag already exists 26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then 31 - name: Create tag 32 uses: actions/github-script@v6 [all …]
|