Update github action file

This commit is contained in:
شركة خبير المحدودة 2025-11-24 15:08:03 +02:00
parent f88e869c45
commit 037b4324c1
1 changed files with 11 additions and 6 deletions

View File

@ -22,8 +22,9 @@ on:
- dev_odex25_transactions - dev_odex25_transactions
- dev_odex25_website - dev_odex25_website
- dev_openeducat_erp-14.0.1.0 - dev_openeducat_erp-14.0.1.0
- dev_odex25_ensan
- dev_odex25_donation - dev_odex25_donation
- dev_odex25_benefit
- dev_odex25_takaful
- preprod_odex-event - preprod_odex-event
- preprod_odex25_accounting - preprod_odex25_accounting
- preprod_odex25_base - preprod_odex25_base
@ -43,9 +44,10 @@ on:
- preprod_odex25_transactions - preprod_odex25_transactions
- preprod_odex25_website - preprod_odex25_website
- preprod_openeducat_erp-14.0.1.0 - preprod_openeducat_erp-14.0.1.0
- preprod_odex25_ensan
- preprod_odex25_donation - preprod_odex25_donation
- preprod_odex25_benefit
- preprod_odex25_takaful
workflow_dispatch: workflow_dispatch:
inputs: inputs:
environment: environment:
@ -82,7 +84,8 @@ jobs:
github.ref == 'refs/heads/preprod_odex25_transactions' || github.ref == 'refs/heads/preprod_odex25_transactions' ||
github.ref == 'refs/heads/preprod_odex25_website' || github.ref == 'refs/heads/preprod_odex25_website' ||
github.ref == 'refs/heads/preprod_openeducat_erp-14.0.1.0' || github.ref == 'refs/heads/preprod_openeducat_erp-14.0.1.0' ||
github.ref == 'refs/heads/preprod_odex25_ensan' || github.ref == 'refs/heads/preprod_odex25_benefit' ||
github.ref == 'refs/heads/preprod_odex25_takaful' ||
github.ref == 'refs/heads/preprod_odex25_donation') github.ref == 'refs/heads/preprod_odex25_donation')
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'preprod') || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'preprod')
steps: steps:
@ -120,7 +123,8 @@ jobs:
github.ref == 'refs/heads/dev_odex25_transactions' || github.ref == 'refs/heads/dev_odex25_transactions' ||
github.ref == 'refs/heads/dev_odex25_website' || github.ref == 'refs/heads/dev_odex25_website' ||
github.ref == 'refs/heads/dev_openeducat_erp-14.0.1.0' || github.ref == 'refs/heads/dev_openeducat_erp-14.0.1.0' ||
github.ref == 'refs/heads/dev_odex25_ensan' || github.ref == 'refs/heads/dev_odex25_benefit' ||
github.ref == 'refs/heads/dev_odex25_takaful' ||
github.ref == 'refs/heads/dev_odex25_donation') github.ref == 'refs/heads/dev_odex25_donation')
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev') || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev')
steps: steps:
@ -158,7 +162,8 @@ jobs:
github.ref == 'refs/heads/preprod_odex25_transactions' || github.ref == 'refs/heads/preprod_odex25_transactions' ||
github.ref == 'refs/heads/preprod_odex25_website' || github.ref == 'refs/heads/preprod_odex25_website' ||
github.ref == 'refs/heads/preprod_openeducat_erp-14.0.1.0' || github.ref == 'refs/heads/preprod_openeducat_erp-14.0.1.0' ||
github.ref == 'refs/heads/preprod_odex25_ensan' || github.ref == 'refs/heads/preprod_odex25_benefit' ||
github.ref == 'refs/heads/preprod_odex25_takaful' ||
github.ref == 'refs/heads/preprod_odex25_donation') github.ref == 'refs/heads/preprod_odex25_donation')
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'preprod') || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'preprod')
steps: steps: