Searched +full:branches +full:- +full:ignore (Results 1 – 5 of 5) sorted by relevance
5 branches-ignore:6 - stable7 - old-stable11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true20 runs-on: ubuntu-latest23 - uses: actions/checkout@v425 fetch-depth: 027 - name: Setup PHP28 uses: shivammathur/setup-php@v2[all …]
5 branches-ignore:6 - stable7 - old-stable11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true19 name: PHP ${{ matrix.php-versions }}20 runs-on: windows-latest25 php-versions: ['8.2', '8.3', '8.4', '8.5']26 fail-fast: false29 - name: Checkout[all …]
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 - master15 group: ${{ github.workflow }}-${{ github.ref }}16 cancel-in-progress: true21 runs-on: ubuntu-latest23 - name: Checkout26 fetch-depth: 0[all …]
5 branches-ignore:6 - stable7 - old-stable11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true19 name: PHP ${{ matrix.php-versions }}20 runs-on: ubuntu-latest25 php-versions: ['8.2', '8.3', '8.4', '8.5']26 fail-fast: false34 - 3306:3306[all …]
3 # release-preparation workflow8 branches:9 - stable15 runs-on: ubuntu-latest17 - name: Checkout20 - name: Prepare Environment24 - name: Check if a tag already exists26 if git rev-parse "release-${{ env.current_version }}" >/dev/null 2>&1; then31 - name: Create tag32 uses: actions/github-script@v6[all …]